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 353bf7e commit ac4816eCopy full SHA for ac4816e
.evergreen/compile-artifact.sh
@@ -22,7 +22,7 @@ trap "rm -rf /tmp/m" EXIT
22
export TMP=/tmp/m
23
export TMPDIR=/tmp/m
24
25
-if [ `uname` = Darwin ]; then
+if [ $(uname) = Darwin ]; then
26
# match what Node.js 20 does on their own builder machines
27
export CFLAGS='-mmacosx-version-min=10.15'
28
export CXXFLAGS='-mmacosx-version-min=10.15'
@@ -75,7 +75,6 @@ elif [ -n "$MONGOSH_SHARED_OPENSSL" ]; then
75
fi
76
77
export PUPPETEER_SKIP_DOWNLOAD="true"
78
-npm run evergreen-release bump
79
npm run evergreen-release compile
80
dist/mongosh --version
81
dist/mongosh --build-info
0 commit comments