Skip to content

Commit 8917bc2

Browse files
committed
chore(ci): drop support for windows
1 parent f54f449 commit 8917bc2

2 files changed

Lines changed: 0 additions & 41 deletions

File tree

.gitlab-ci.yml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -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

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

175154
check/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-
218186
safety:
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

run-ci.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"linux-x86_64": "linux-x86_64",
1919
"darwin-x86_64": "macos-x86_64",
2020
"darwin-arm64": "macos-armv8",
21-
"win32-x86_64": "windows-x86_64",
2221
}
2322

2423

0 commit comments

Comments
 (0)