File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11include :
22 project : TankerHQ/gitlab-ci-files
33 file : /rust.yml
4- ref : 4b9ae23b9ee4d88488d645d4af71188c28c634e3
4+ ref : 37bb68d38359db981eaec61aa6918075ff29d4e0
55
66check/native-from-sources/linux :
77 extends :
88 - .check
99 - .tags/linux
1010 - .rules/native-from-sources
1111 script :
12- - poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=same-as-branch --profile gcc8 -release
12+ - poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=same-as-branch --profile linux -release
1313
1414check/native-from-sources/android :
1515 extends :
@@ -42,7 +42,7 @@ check/deployed-native/linux:
4242 - .rules/deployed-native/release-artifacts
4343 - .release-artifacts
4444 script :
45- - poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=deployed --tanker-ref=$SDK_NATIVE_LATEST_CONAN_REFERENCE --profile gcc8 -release
45+ - poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=deployed --tanker-ref=$SDK_NATIVE_LATEST_CONAN_REFERENCE --profile linux -release
4646
4747check/deployed-native/android :
4848 extends :
@@ -78,7 +78,7 @@ check/downstream/linux:
7878 - .rules/check/downstream/linux
7979 - .before-script/download-artifacts
8080 script :
81- - poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=upstream --profile gcc8 -release
81+ - poetry run python run-ci.py --isolate-conan-user-home build-and-test --use-tanker=upstream --profile linux -release
8282
8383check/downstream/android :
8484 extends :
You can’t perform that action at this time.
0 commit comments