File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,15 +59,15 @@ environment:
59
59
SCRIPT: python x.py dist
60
60
DEPLOY: 1
61
61
- MSYS_BITS : 32
62
- RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu --enable-extended --enable-profiler
62
+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu --enable-extended
63
63
SCRIPT : python x.py dist
64
64
MINGW_URL : https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror
65
65
MINGW_ARCHIVE : i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
66
66
MINGW_DIR : mingw32
67
67
DEPLOY : 1
68
68
- MSYS_BITS : 64
69
69
SCRIPT : python x.py dist
70
- RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu --enable-extended --enable-profiler
70
+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu --enable-extended
71
71
MINGW_URL : https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror
72
72
MINGW_ARCHIVE : x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
73
73
MINGW_DIR : mingw64
You can’t perform that action at this time.
0 commit comments