We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ddcc6 commit 20fcbaaCopy full SHA for 20fcbaa
src/tools/miri/ci/ci.sh
@@ -13,15 +13,6 @@ function endgroup {
13
14
begingroup "Building Miri"
15
16
-# Special Windows hacks
17
-if [ "$HOST_TARGET" = i686-pc-windows-msvc ]; then
18
- # The $BASH variable is `/bin/bash` here, but that path does not actually work. There are some
19
- # hacks in place somewhere to try to paper over this, but the hacks dont work either (see
20
- # <https://github.com/rust-lang/miri/pull/3402>). So we hard-code the correct location for Github
21
- # CI instead.
22
- BASH="C:/Program Files/Git/usr/bin/bash"
23
-fi
24
-
25
# Global configuration
26
export RUSTFLAGS="-D warnings"
27
export CARGO_INCREMENTAL=0
0 commit comments