Skip to content

Commit f7f0cd0

Browse files
committed
Merge branch 'theo/missing_android_profiles' into 'master'
ci: use correct profiles for build-from-sources/android See merge request TankerHQ/sdk-rust!67
2 parents ddde759 + d67a9d3 commit f7f0cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ check/native-from-sources/android:
2525
- .tags/linux
2626
- .rules/native-from-sources
2727
script:
28-
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=same-as-branch --profile android-armv8-release-static --profile android-x86_64-release-static --profile android-x86-release-static --profile android-armv7-release-static
28+
- poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=same-as-branch --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
2929

3030
check/native-from-sources/macos/x86_64:
3131
extends:

0 commit comments

Comments
 (0)