We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7531488 commit 9a34944Copy full SHA for 9a34944
.evergreen/check-release-archive.sh
@@ -18,7 +18,7 @@ DIR=$(dirname $0)
18
. $DIR/find-cmake.sh
19
20
$CMAKE -DENABLE_MAN_PAGES=ON -DENABLE_HTML_DOCS=ON -DENABLE_ZLIB=BUNDLED -DENABLE_BSON=ON .
21
-make -j 8 distcheck
+make DISTCHECK_BUILD_OPTS="-j 8" distcheck
22
23
# Check that docs were included, but sphinx temp files weren't.
24
tarfile=mongo-c-driver-*.tar.gz
0 commit comments