Skip to content

Commit 0a70b32

Browse files
committed
Re-enable i686-pc-windows-gnu CI
1 parent bb4eae6 commit 0a70b32

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

.github/workflows/bors.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,10 @@ jobs:
7373
ARCH_BITS: 64
7474
ARCH: x86_64
7575
- target: x86_64-pc-windows-msvc
76-
# Disabled because broken:
77-
# https://github.com/rust-lang/libc/issues/1592
78-
#- target: i686-pc-windows-gnu
79-
# env:
80-
# ARCH_BITS: 32
81-
# ARCH: i686
76+
- target: i686-pc-windows-gnu
77+
env:
78+
ARCH_BITS: 32
79+
ARCH: i686
8280
- target: i686-pc-windows-msvc
8381
steps:
8482
- uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD

.github/workflows/main.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,10 @@ jobs:
5858
ARCH_BITS: 64
5959
ARCH: x86_64
6060
- target: x86_64-pc-windows-msvc
61-
# Disabled because broken:
62-
# https://github.com/rust-lang/libc/issues/1592
63-
#- target: i686-pc-windows-gnu
64-
# env:
65-
# ARCH_BITS: 32
66-
# ARCH: i686
61+
- target: i686-pc-windows-gnu
62+
env:
63+
ARCH_BITS: 32
64+
ARCH: i686
6765
- target: i686-pc-windows-msvc
6866
steps:
6967
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)