Skip to content

Commit 3d0e971

Browse files
committed
Disable i686-pc-windows-gnu CI
1 parent 37824e4 commit 3d0e971

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/full_ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ jobs:
6262
ARCH_BITS: 64
6363
ARCH: x86_64
6464
- target: x86_64-pc-windows-msvc
65-
- target: i686-pc-windows-gnu
66-
env:
67-
ARCH_BITS: 32
68-
ARCH: i686
65+
# FIXME: It currently causes segfaults.
66+
#- target: i686-pc-windows-gnu
67+
# env:
68+
# ARCH_BITS: 32
69+
# ARCH: i686
6970
- target: i686-pc-windows-msvc
7071
steps:
7172
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)