Skip to content

Commit d50000c

Browse files
committed
ci: disable Windows CI
The Windows CI causes constant headaches, so disable it for now. There are virtually no users of c-stdaux on Windows, and it is just not worth the headache. Signed-off-by: David Rheinsberg <[email protected]>
1 parent 112ae96 commit d50000c

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,18 @@ jobs:
2828
cabuild_ref: "v1"
2929
linux: false
3030
macos: true
31-
ci-windows:
32-
name: Windows CI
33-
uses: bus1/cabuild/.github/workflows/ci-c-util.yml@v1
34-
with:
35-
cabuild_ref: "v1"
36-
linux: false
37-
windows: true
31+
#
32+
# Windows CI is disabled, as it constantly causes headaches and no-one
33+
# takes care of them. If you need c-stdaux on Windows, feel free to help out.
34+
#
35+
# ci-windows:
36+
# name: Windows CI
37+
# uses: bus1/cabuild/.github/workflows/ci-c-util.yml@v1
38+
# with:
39+
# cabuild_ref: "v1"
40+
# linux: false
41+
# windows: true
42+
#
3843
ci-docs:
3944
name: Documentation CI
4045
uses: bus1/cabuild/.github/workflows/ci-sphinx.yml@v1

0 commit comments

Comments
 (0)