Skip to content

Commit

Permalink
Disable i686-pc-windows-gnu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Feb 17, 2024
1 parent 37824e4 commit 3d0e971
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/full_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ jobs:
ARCH_BITS: 64
ARCH: x86_64
- target: x86_64-pc-windows-msvc
- target: i686-pc-windows-gnu
env:
ARCH_BITS: 32
ARCH: i686
# FIXME: It currently causes segfaults.
#- target: i686-pc-windows-gnu
# env:
# ARCH_BITS: 32
# ARCH: i686
- target: i686-pc-windows-msvc
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3d0e971

Please sign in to comment.