Skip to content

Commit c14ab83

Browse files
committed
Merge branch 'theo/rename_gcc8' into 'master'
ci: use latest gitlab-ci-files (gcc8 conan profile rename) See merge request TankerHQ/sdk-rust!27
2 parents 52e77ca + 386e940 commit c14ab83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
include:
22
project: TankerHQ/gitlab-ci-files
33
file: /rust.yml
4-
ref: 4b9ae23b9ee4d88488d645d4af71188c28c634e3
4+
ref: 37bb68d38359db981eaec61aa6918075ff29d4e0
55

66
check/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

1414
check/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

4747
check/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

8383
check/downstream/android:
8484
extends:

0 commit comments

Comments
 (0)