Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bd323b

Browse files
committed
Disable dynamic i686-msvc for now
1 parent 13a59c3 commit 2bd323b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ jobs:
5858
- template: ci/azure-steps.yml
5959
strategy:
6060
matrix:
61-
i686-msvc:
62-
TARGET: i686-pc-windows-msvc
63-
RUSTFLAGS: -Ctarget-feature=-crt-static
64-
NAME: i686-msvc
61+
# Seems to be failing for weird reasons...
62+
# i686-msvc:
63+
# TARGET: i686-pc-windows-msvc
64+
# RUSTFLAGS: -Ctarget-feature=-crt-static
65+
# NAME: i686-msvc
6566
i686-msvc-static:
6667
TARGET: i686-pc-windows-msvc
6768
RUSTFLAGS: -Ctarget-feature=+crt-static

0 commit comments

Comments
 (0)