File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ environment:
35
35
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu --enable-ninja
36
36
SCRIPT : python x.py test
37
37
MINGW_URL : https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror
38
- MINGW_ARCHIVE : i686-6.2.0-release-win32 -dwarf-rt_v5-rev1.7z
38
+ MINGW_ARCHIVE : i686-6.2.0-release-posix -dwarf-rt_v5-rev1.7z
39
39
MINGW_DIR : mingw32
40
40
- MSYS_BITS : 64
41
41
SCRIPT : python x.py test
42
42
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu --enable-ninja
43
43
MINGW_URL : https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror
44
- MINGW_ARCHIVE : x86_64-6.2.0-release-win32 -seh-rt_v5-rev1.7z
44
+ MINGW_ARCHIVE : x86_64-6.2.0-release-posix -seh-rt_v5-rev1.7z
45
45
MINGW_DIR : mingw64
46
46
47
47
# 32/64 bit MSVC and GNU deployment
@@ -60,14 +60,14 @@ environment:
60
60
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu --enable-extended --enable-ninja
61
61
SCRIPT : python x.py dist
62
62
MINGW_URL : https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror
63
- MINGW_ARCHIVE : i686-6.2.0-release-win32 -dwarf-rt_v5-rev1.7z
63
+ MINGW_ARCHIVE : i686-6.2.0-release-posix -dwarf-rt_v5-rev1.7z
64
64
MINGW_DIR : mingw32
65
65
DEPLOY : 1
66
66
- MSYS_BITS : 64
67
67
SCRIPT : python x.py dist
68
68
RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-gnu --enable-extended --enable-ninja
69
69
MINGW_URL : https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror
70
- MINGW_ARCHIVE : x86_64-6.2.0-release-win32 -seh-rt_v5-rev1.7z
70
+ MINGW_ARCHIVE : x86_64-6.2.0-release-posix -seh-rt_v5-rev1.7z
71
71
MINGW_DIR : mingw64
72
72
DEPLOY : 1
73
73
You can’t perform that action at this time.
0 commit comments