Skip to content

Commit 9a34944

Browse files
committed
CDRIVER-2593 pass -j 8 to make subprocess
1 parent 7531488 commit 9a34944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/check-release-archive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DIR=$(dirname $0)
1818
. $DIR/find-cmake.sh
1919

2020
$CMAKE -DENABLE_MAN_PAGES=ON -DENABLE_HTML_DOCS=ON -DENABLE_ZLIB=BUNDLED -DENABLE_BSON=ON .
21-
make -j 8 distcheck
21+
make DISTCHECK_BUILD_OPTS="-j 8" distcheck
2222

2323
# Check that docs were included, but sphinx temp files weren't.
2424
tarfile=mongo-c-driver-*.tar.gz

0 commit comments

Comments
 (0)