diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 5b3271b0..4b4ca848 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -68,7 +68,6 @@ functions: PROJECT_DIRECTORY: ${PROJECT_DIRECTORY} PROJECT: ${project} GYP_DEFINES: ${GYP_DEFINES|} - NPM_OPTIONS: ${NPM_OPTIONS|} args: - run - '--interactive' @@ -80,8 +79,6 @@ functions: - PROJECT_DIRECTORY=/app - '--env' - GYP_DEFINES - - '--env' - - NPM_OPTIONS - 'ubuntu:22.04' - /bin/bash - /app/.evergreen/run-tests-ubuntu.sh @@ -125,7 +122,6 @@ tasks: - func: run tests ubuntu vars: GYP_DEFINES: kerberos_use_rtld=false - NPM_OPTIONS: --build-from-source - name: run-prebuild commands: - func: install dependencies diff --git a/.evergreen/install-dependencies.sh b/.evergreen/install-dependencies.sh index ac6673ec..0b5fc2b6 100644 --- a/.evergreen/install-dependencies.sh +++ b/.evergreen/install-dependencies.sh @@ -104,5 +104,5 @@ fi echo "npm location: $(which npm)" echo "npm version: $(npm -v)" -npm install "${NPM_OPTIONS}" --build-from-source +npm install --build-from-source ldd build/*/kerberos.node || true