File tree 4 files changed +10
-0
lines changed
4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ matrix:
94
94
MACOSX_DEPLOYMENT_TARGET=10.7
95
95
NO_LLVM_ASSERTIONS=1
96
96
NO_DEBUG_ASSERTIONS=1
97
+ DIST_REQUIRE_ALL_TOOLS=1
97
98
CI_JOB_NAME=dist-i686-apple
98
99
os: osx
99
100
osx_image: xcode9.3-moar
@@ -108,6 +109,7 @@ matrix:
108
109
MACOSX_DEPLOYMENT_TARGET=10.7
109
110
NO_LLVM_ASSERTIONS=1
110
111
NO_DEBUG_ASSERTIONS=1
112
+ DIST_REQUIRE_ALL_TOOLS=1
111
113
CI_JOB_NAME=dist-x86_64-apple
112
114
os: osx
113
115
osx_image: xcode9.3-moar
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ environment:
85
85
--enable-full-tools
86
86
--enable-profiler
87
87
SCRIPT: python x.py dist
88
+ DIST_REQUIRE_ALL_TOOLS: 1
88
89
DEPLOY: 1
89
90
CI_JOB_NAME: dist-x86_64-msvc
90
91
- RUST_CONFIGURE_ARGS : >
@@ -93,6 +94,7 @@ environment:
93
94
--enable-full-tools
94
95
--enable-profiler
95
96
SCRIPT: python x.py dist
97
+ DIST_REQUIRE_ALL_TOOLS: 1
96
98
DEPLOY: 1
97
99
CI_JOB_NAME: dist-i686-msvc
98
100
- MSYS_BITS : 32
@@ -101,6 +103,7 @@ environment:
101
103
MINGW_URL : https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
102
104
MINGW_ARCHIVE : i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
103
105
MINGW_DIR : mingw32
106
+ DIST_REQUIRE_ALL_TOOLS : 1
104
107
DEPLOY : 1
105
108
CI_JOB_NAME : dist-i686-mingw
106
109
- MSYS_BITS : 64
@@ -109,6 +112,7 @@ environment:
109
112
MINGW_URL : https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror
110
113
MINGW_ARCHIVE : x86_64-6.3.0-release-posix-seh-rt_v5-rev2.7z
111
114
MINGW_DIR : mingw64
115
+ DIST_REQUIRE_ALL_TOOLS : 1
112
116
DEPLOY : 1
113
117
CI_JOB_NAME : dist-x86_64-mingw
114
118
Original file line number Diff line number Diff line change @@ -110,3 +110,5 @@ ENV CFLAGS -mstackrealign
110
110
# When we build cargo in this container, we don't want it to use the system
111
111
# libcurl, instead it should compile its own.
112
112
ENV LIBCURL_NO_PKG_CONFIG 1
113
+
114
+ ENV DIST_REQUIRE_ALL_TOOLS 1
Original file line number Diff line number Diff line change @@ -106,3 +106,5 @@ ENV DIST_SRC 1
106
106
# When we build cargo in this container, we don't want it to use the system
107
107
# libcurl, instead it should compile its own.
108
108
ENV LIBCURL_NO_PKG_CONFIG 1
109
+
110
+ ENV DIST_REQUIRE_ALL_TOOLS 1
You can’t perform that action at this time.
0 commit comments