Skip to content

Commit d4824b9

Browse files
committed
try without reduced parallelism
1 parent befc6ef commit d4824b9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/ci/run.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set rust.codegen-units-std=1"
7373
# of our CPU resources.
7474
RUST_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.

0 commit comments

Comments
 (0)