Skip to content

Commit

Permalink
chore: define DRIVERS_TOOLS
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Sep 27, 2024
1 parent 0dfb425 commit 43e2ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ functions:
params:
working_dir: src
binary: bash
add_expansions_to_env: true
args:
- .evergreen/install-dependencies.sh
env:
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export NODE_LTS_VERSION=${NODE_LTS_VERSION:-14}
# a version lower than latest to support EOL Node versions.
export NPM_VERSION=${NPM_VERSION:-latest}

source ./.drivers-tools/.evergreen/install-node.sh
source $DRIVERS_TOOLS/.evergreen/install-node.sh

npm install --build-from-source
ldd build/*/kerberos.node || true

0 comments on commit 43e2ac3

Please sign in to comment.