We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0cbc4 commit dd7db8bCopy full SHA for dd7db8b
src/ci/run.sh
@@ -65,7 +65,7 @@ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set dist.compression-profile=best"
65
# This is an attempt to fix the spurious build error tracked by
66
# https://github.com/rust-lang/rust/issues/108227.
67
if isWindows && [[ ${CUSTOM_MINGW-0} -eq 1 ]]; then
68
- RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.link-jobs=4"
+ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set llvm.link-jobs=1"
69
fi
70
71
# Only produce xz tarballs on CI. gz tarballs will be generated by the release
0 commit comments