Skip to content

Commit b6fe7b2

Browse files
committed
Don't build openssl in parallel
See rust-lang/rust#41563
1 parent a45b614 commit b6fe7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tar xf openssl-1.1.0f.tar.gz
4444
cd openssl-1.1.0f
4545
export CC=...
4646
./Configure --prefix=... linux-x86_64 -fPIC
47-
make -j$(nproc)
47+
make -j1 # OpenSSL has historically not supported parallel builds
4848
make install
4949
```
5050

0 commit comments

Comments
 (0)