@@ -94,7 +94,7 @@ check/deployed-native/linux:
9494 - .rules/deployed-native
9595 script :
9696 - poetry run python run-ci.py --isolate-conan-user-home prepare --use-tanker=deployed --profile linux-x86_64 --remote $CONAN_REMOTE --tanker-ref=$SDK_NATIVE_CONAN_REFERENCE
97- - poetry run python run-ci.py --isolate-conan-user-home build --test --profile linux-x86_64 --remote $CONAN_REMOTE --tanker-ref=$SDK_NATIVE_CONAN_REFERENCE
97+ - poetry run python run-ci.py build --test
9898 tags : !reference [.tags/linux, tags]
9999
100100check/deployed-native/macos/x86_64 :
@@ -104,7 +104,7 @@ check/deployed-native/macos/x86_64:
104104 - .rules/deployed-native
105105 script :
106106 - poetry run python run-ci.py --isolate-conan-user-home prepare --use-tanker=deployed --profile macos-x86_64 --remote $CONAN_REMOTE --tanker-ref=$SDK_NATIVE_CONAN_REFERENCE
107- - poetry run python run-ci.py --isolate-conan-user-home build --test --profile macos-x86_64 --remote $CONAN_REMOTE --tanker-ref=$SDK_NATIVE_CONAN_REFERENCE
107+ - poetry run python run-ci.py build --test
108108 tags : !reference [.tags/macos/x86_64, tags]
109109
110110check/deployed-native/macos/arm :
@@ -114,7 +114,7 @@ check/deployed-native/macos/arm:
114114 - .rules/deployed-native
115115 script :
116116 - poetry run python run-ci.py --isolate-conan-user-home prepare --use-tanker=deployed --profile macos-armv8 --remote $CONAN_REMOTE --tanker-ref=$SDK_NATIVE_CONAN_REFERENCE
117- - poetry run python run-ci.py --isolate-conan-user-home build --test --profile macos-armv8 --remote $CONAN_REMOTE --tanker-ref=$SDK_NATIVE_CONAN_REFERENCE
117+ - poetry run python run-ci.py build --test
118118 tags : !reference [.tags/macos/arm, tags]
119119
120120# # native from sources
@@ -126,7 +126,7 @@ check/native-from-sources/linux:
126126 - .rules/native-from-sources
127127 script :
128128 - poetry run python run-ci.py --isolate-conan-user-home prepare --remote $CONAN_REMOTE --use-tanker=same-as-branch --profile linux-x86_64
129- - poetry run python run-ci.py --isolate-conan-user-home build --test --profile linux-x86_64
129+ - poetry run python run-ci.py build --test
130130 tags : !reference [.tags/compilation-linux, tags]
131131
132132check/native-from-sources/macos/x86_64 :
@@ -136,7 +136,7 @@ check/native-from-sources/macos/x86_64:
136136 - .rules/native-from-sources
137137 script :
138138 - poetry run python run-ci.py --isolate-conan-user-home prepare --remote $CONAN_REMOTE --use-tanker=same-as-branch --profile macos-x86_64
139- - poetry run python run-ci.py --isolate-conan-user-home build --test --profile macos-x86_64
139+ - poetry run python run-ci.py build --test
140140 tags : !reference [.tags/macos/x86_64, tags]
141141
142142check/native-from-sources/macos/arm :
@@ -146,7 +146,7 @@ check/native-from-sources/macos/arm:
146146 - .rules/native-from-sources
147147 script :
148148 - poetry run python run-ci.py --isolate-conan-user-home prepare --remote $CONAN_REMOTE --use-tanker=same-as-branch --profile macos-armv8
149- - poetry run python run-ci.py --isolate-conan-user-home build --test --profile macos-armv8
149+ - poetry run python run-ci.py build --test
150150 tags : !reference [.tags/macos/arm, tags]
151151
152152# # downstream
@@ -158,7 +158,7 @@ check/downstream/linux:
158158 - .rules/check/downstream/linux
159159 script :
160160 - poetry run python run-ci.py --isolate-conan-user-home prepare --remote $CONAN_REMOTE --use-tanker=upstream --profile linux-x86_64
161- - poetry run python run-ci.py --isolate-conan-user-home build --test --profile linux-x86_64
161+ - poetry run python run-ci.py build --test
162162 tags : !reference [.tags/linux, tags]
163163
164164check/downstream/macos/x86_64 :
@@ -169,7 +169,7 @@ check/downstream/macos/x86_64:
169169 dependencies : []
170170 script :
171171 - poetry run python run-ci.py --isolate-conan-user-home prepare --remote $CONAN_REMOTE --use-tanker=upstream --profile macos-x86_64
172- - poetry run python run-ci.py --isolate-conan-user-home build --test --profile macos-x86_64
172+ - poetry run python run-ci.py build --test
173173 tags : !reference [.tags/macos/x86_64, tags]
174174
175175check/downstream/macos/arm :
@@ -180,7 +180,7 @@ check/downstream/macos/arm:
180180 dependencies : []
181181 script :
182182 - poetry run python run-ci.py --isolate-conan-user-home prepare --remote $CONAN_REMOTE --use-tanker=upstream --profile macos-armv8
183- - poetry run python run-ci.py --isolate-conan-user-home build --test --profile macos-armv8
183+ - poetry run python run-ci.py build --test
184184 tags : !reference [.tags/macos/arm, tags]
185185
186186.safety :
@@ -223,7 +223,7 @@ safety/manual:
223223 - .rules/build-wheel
224224 script :
225225 - poetry run python run-ci.py --isolate-conan-user-home prepare --remote $CONAN_REMOTE --use-tanker=deployed --tanker-ref $SDK_NATIVE_CONAN_REFERENCE --profile $CONAN_PROFILE
226- - poetry run python run-ci.py --isolate-conan-user-home build --profile $CONAN_PROFILE -- release $SDK_PYTHON_RELEASE_VERSION --remote $CONAN_REMOTE --tanker-ref $SDK_NATIVE_CONAN_REFERENCE
226+ - poetry run python run-ci.py --isolate-conan-user-home build --release $SDK_PYTHON_RELEASE_VERSION
227227 artifacts :
228228 paths :
229229 - dist
0 commit comments