@@ -117,17 +117,6 @@ check/deployed-native/macos/arm:
117117 - poetry run python run-ci.py --isolate-conan-user-home build --test --profile macos-armv8 --remote $CONAN_REMOTE --tanker-ref=$SDK_NATIVE_CONAN_REFERENCE
118118 tags : !reference [.tags/macos/arm, tags]
119119
120- check/deployed-native/windows :
121- stage : check
122- extends :
123- - .coverage
124- - .rules/deployed-native
125- script :
126- - poetry run python run-ci.py --isolate-conan-user-home prepare --use-tanker=deployed --remote $CONAN_REMOTE --tanker-ref $SDK_NATIVE_CONAN_REFERENCE --profile windows-x86_64
127- - poetry run python run-ci.py --isolate-conan-user-home build --test --remote $CONAN_REMOTE --tanker-ref $SDK_NATIVE_CONAN_REFERENCE --profile windows-x86_64
128- tags : !reference [.tags/windows, tags]
129-
130-
131120# # native from sources
132121
133122check/native-from-sources/linux :
@@ -160,16 +149,6 @@ check/native-from-sources/macos/arm:
160149 - poetry run python run-ci.py --isolate-conan-user-home build --test --profile macos-armv8
161150 tags : !reference [.tags/macos/arm, tags]
162151
163- check/native-from-sources/windows :
164- stage : check
165- extends :
166- - .coverage
167- - .rules/native-from-sources
168- script :
169- - poetry run python run-ci.py --isolate-conan-user-home prepare --remote $CONAN_REMOTE --use-tanker=same-as-branch --profile windows-x86_64
170- - poetry run python run-ci.py --isolate-conan-user-home build --test --profile windows-x86_64
171- tags : !reference [.tags/compilation-windows, tags]
172-
173152# # downstream
174153
175154check/downstream/linux :
@@ -204,17 +183,6 @@ check/downstream/macos/arm:
204183 - poetry run python run-ci.py --isolate-conan-user-home build --test --profile macos-armv8
205184 tags : !reference [.tags/macos/arm, tags]
206185
207- check/downstream/windows :
208- stage : check
209- extends :
210- - .before-script/download-artifacts
211- - .rules/check/downstream/windows
212- dependencies : []
213- script :
214- - poetry run python run-ci.py --isolate-conan-user-home prepare --remote $CONAN_REMOTE --use-tanker=upstream --profile windows-x86_64
215- - poetry run python run-ci.py --isolate-conan-user-home build --test --profile windows-x86_64
216- tags : !reference [.tags/windows, tags]
217-
218186safety :
219187 stage : check
220188 extends :
@@ -273,13 +241,6 @@ build-wheel/macos/arm:
273241 CONAN_PROFILE : macos-armv8
274242 tags : !reference [.tags/macos/arm, tags]
275243
276- build-wheel/windows :
277- extends :
278- - .job/build-wheel
279- variables :
280- CONAN_PROFILE : windows-x86_64
281- tags : !reference [.tags/windows, tags]
282-
283244# ###############
284245# deploy stage #
285246# ###############
@@ -291,7 +252,6 @@ deploy:
291252 script :
292253 - poetry run python run-ci.py deploy
293254 needs :
294- - build-wheel/windows
295255 - build-wheel/linux
296256 - build-wheel/macos/x86_64
297257 - build-wheel/macos/arm
0 commit comments