File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -73,14 +73,6 @@ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.codegen-units-std=1"
7373# of our CPU resources.
7474RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set dist.compression-profile=balanced"
7575
76- # When building for mingw, limit the number of parallel linker jobs during
77- # the LLVM build, as not to run out of memory.
78- # This is an attempt to fix the spurious build error tracked by
79- # https://github.com/rust-lang/rust/issues/108227.
80- if isKnownToBeMingwBuild; then
81- RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set llvm.link-jobs=1"
82- fi
83-
8476# Only produce xz tarballs on CI. gz tarballs will be generated by the release
8577# process by recompressing the existing xz ones. This decreases the storage
8678# space required for CI artifacts.
You can’t perform that action at this time.
0 commit comments