Skip to content

Commit 356538b

Browse files
authored
Merge branch 'main' into gagik/report-individual-tests
2 parents 65783f3 + 6f46d3a commit 356538b

File tree

7 files changed

+728
-639
lines changed

7 files changed

+728
-639
lines changed

.evergreen/install-npm-deps.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
set -e
22
set -x
33

4-
npm ci --verbose
4+
if [[ "${DISTRO_ID}" =~ ^(rhel|ubuntu1804) ]]; then
5+
# RHEL and Ubuntu 18.04 use Python 3.6 which isn't supported by newer node-gyp versions
6+
npm i node-gyp@9 --verbose --force
7+
fi
58

9+
npm ci --verbose
610
echo "MONOGDB_DRIVER_VERSION_OVERRIDE:$MONOGDB_DRIVER_VERSION_OVERRIDE"
711

812
# if MONOGDB_DRIVER_VERSION_OVERRIDE is set, then we want to replace the package version
@@ -30,4 +34,4 @@ npm run mark-ci-required-optional-dependencies
3034
npm run evergreen-release bump
3135

3236
echo "npm packages after installation"
33-
npm ls || true
37+
npm ls || true

THIRD_PARTY_NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **mongosh**.
2-
This document was automatically generated on Sun Oct 20 2024.
2+
This document was automatically generated on Tue Oct 22 2024.
33

44
## List of dependencies
55

0 commit comments

Comments
 (0)