We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 408d49e + 00722bb commit e9b10f9Copy full SHA for e9b10f9
src/ci/docker/dist-x86-linux/Dockerfile
@@ -86,4 +86,10 @@ ENV RUST_CONFIGURE_ARGS \
86
--enable-extended \
87
--enable-sanitizers
88
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
89
+
90
+# This is the only builder which will create source tarballs
91
ENV DIST_SRC 1
92
93
+# When we build cargo in this container, we don't want it to use the system
94
+# libcurl, instead it should compile its own.
95
+ENV LIBCURL_NO_PKG_CONFIG 1
0 commit comments