]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/docker/host-x86_64/dist-x86_64-linux/build-openssl.sh
Auto merge of #87044 - cjgillot:expnhash, r=petrochenkov
[rust.git] / src / ci / docker / host-x86_64 / dist-x86_64-linux / build-openssl.sh
index d8f6bdb51b8d5bad24e0995de30e5babde6d0fa9..34bbe19d2fac331cec92db088c24190512273174 100755 (executable)
@@ -14,7 +14,7 @@ curl $URL | tar xzf -
 
 cd openssl-$VERSION
 hide_output ./config --prefix=/rustroot shared -fPIC
-hide_output make -j10
+hide_output make -j$(nproc)
 hide_output make install
 cd ..
 rm -rf openssl-$VERSION