Skip to content

Commit 1be6177

Browse files
committed
cross-compile to the gnu windows targets on nightly with libstd
1 parent 9211e57 commit 1be6177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,10 @@ RUST_NIGHTLY_LINUX_TARGETS="\
103103
aarch64-fuchsia \
104104
armv5te-unknown-linux-gnueabi \
105105
armv5te-unknown-linux-musleabi \
106+
i686-pc-windows-gnu \
106107
x86_64-fortanix-unknown-sgx \
107108
x86_64-fuchsia \
109+
x86_64-pc-windows-gnu \
108110
x86_64-unknown-linux-gnux32 \
109111
x86_64-unknown-redox \
110112
"
@@ -170,7 +172,6 @@ armv7-unknown-cloudabi-eabihf \
170172
armv7r-none-eabi \
171173
armv7r-none-eabihf \
172174
i586-pc-windows-msvc \
173-
i686-pc-windows-gnu \
174175
i686-pc-windows-msvc \
175176
i686-unknown-cloudabi \
176177
i686-unknown-haiku \
@@ -187,7 +188,6 @@ thumbv7m-none-eabi \
187188
thumbv7neon-linux-androideabi \
188189
thumbv7neon-unknown-linux-gnueabihf \
189190
thumbv8m.main-none-eabi \
190-
x86_64-pc-windows-gnu \
191191
x86_64-pc-windows-msvc
192192
x86_64-unknown-bitrig \
193193
x86_64-unknown-haiku \

0 commit comments

Comments
 (0)