Skip to content

Commit ddde759

Browse files
committed
Merge branch 'theo/rust_mobile_profiles' into 'master'
ci: use default http backend for ios/android See merge request TankerHQ/sdk-rust!66
2 parents 535437e + faa9ef4 commit ddde759

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.gitlab-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ check/native-from-sources/ios/x86_64:
4949
- .tags/macos/x86_64
5050
- .rules/native-from-sources
5151
script:
52-
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=same-as-branch --profile ios-armv8-release --profile ios-simulator-x86_64-release
52+
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=same-as-branch --profile ios-armv8-release-http_backend --profile ios-simulator-x86_64-release-http_backend
5353

5454
check/native-from-sources/ios/arm:
5555
extends:
5656
- .check
5757
- .tags/macos/arm
5858
- .rules/native-from-sources
5959
script:
60-
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=same-as-branch --profile ios-armv8-release --profile ios-simulator-armv8-release
60+
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=same-as-branch --profile ios-armv8-release-http_backend --profile ios-simulator-armv8-release-http_backend
6161

6262
.rules/check/deployed-native:
6363
rules:
@@ -90,7 +90,7 @@ check/deployed-native/android:
9090
- .rules/check/deployed-native
9191
- .release-artifacts
9292
script:
93-
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=deployed --tanker-ref=$SDK_NATIVE_LATEST_CONAN_REFERENCE --profile android-armv8-release-static --profile android-x86_64-release-static --profile android-x86-release-static --profile android-armv7-release-static
93+
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=deployed --tanker-ref=$SDK_NATIVE_LATEST_CONAN_REFERENCE --profile android-armv8-release-static-http_backend --profile android-x86_64-release-static-http_backend --profile android-x86-release-static-http_backend --profile android-armv7-release-static-http_backend
9494

9595
check/deployed-native/macos/x86_64:
9696
extends:
@@ -117,7 +117,7 @@ check/deployed-native/ios/x86_64:
117117
- .rules/check/deployed-native
118118
- .release-artifacts
119119
script:
120-
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=deployed --tanker-ref=$SDK_NATIVE_LATEST_CONAN_REFERENCE --profile ios-armv8-release --profile ios-simulator-x86_64-release
120+
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=deployed --tanker-ref=$SDK_NATIVE_LATEST_CONAN_REFERENCE --profile ios-armv8-release-http_backend --profile ios-simulator-x86_64-release-http_backend
121121

122122
check/deployed-native/ios/arm:
123123
extends:
@@ -126,7 +126,7 @@ check/deployed-native/ios/arm:
126126
- .rules/check/deployed-native
127127
- .release-artifacts
128128
script:
129-
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=deployed --tanker-ref=$SDK_NATIVE_LATEST_CONAN_REFERENCE --profile ios-armv8-release --profile ios-simulator-armv8-release
129+
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=deployed --tanker-ref=$SDK_NATIVE_LATEST_CONAN_REFERENCE --profile ios-armv8-release-http_backend --profile ios-simulator-armv8-release-http_backend
130130

131131
check/downstream/linux:
132132
extends:
@@ -153,7 +153,7 @@ check/downstream/android:
153153
- .rules/check/downstream/android
154154
- .before-script/download-artifacts
155155
script:
156-
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=upstream --profile android-armv8-release-static --profile android-x86_64-release-static --profile android-x86-release-static --profile android-armv7-release-static
156+
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=upstream --profile android-armv8-release-static-http_backend --profile android-x86_64-release-static-http_backend --profile android-x86-release-static-http_backend --profile android-armv7-release-static-http_backend
157157

158158
check/downstream/ios/x86_64:
159159
extends:
@@ -162,7 +162,7 @@ check/downstream/ios/x86_64:
162162
- .rules/check/downstream/ios
163163
- .before-script/download-artifacts
164164
script:
165-
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=upstream --profile ios-armv8-release --profile ios-simulator-x86_64-release
165+
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=upstream --profile ios-armv8-release-http_backend --profile ios-simulator-x86_64-release-http_backend
166166

167167
check/downstream/ios/arm:
168168
extends:
@@ -171,7 +171,7 @@ check/downstream/ios/arm:
171171
- .rules/check/downstream/ios
172172
- .before-script/download-artifacts
173173
script:
174-
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=upstream --profile ios-armv8-release --profile ios-simulator-armv8-release
174+
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=upstream --profile ios-armv8-release-http_backend --profile ios-simulator-armv8-release-http_backend
175175

176176
check/downstream/macos/x86_64:
177177
extends:

0 commit comments

Comments
 (0)