File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ functions:
68
68
PROJECT_DIRECTORY : ${PROJECT_DIRECTORY}
69
69
PROJECT : ${project}
70
70
GYP_DEFINES : ${GYP_DEFINES|}
71
- NPM_OPTIONS : ${NPM_OPTIONS|}
72
71
args :
73
72
- run
74
73
- ' --interactive'
@@ -80,8 +79,6 @@ functions:
80
79
- PROJECT_DIRECTORY=/app
81
80
- ' --env'
82
81
- GYP_DEFINES
83
- - ' --env'
84
- - NPM_OPTIONS
85
82
- ' ubuntu:22.04'
86
83
- /bin/bash
87
84
- /app/.evergreen/run-tests-ubuntu.sh
@@ -125,7 +122,6 @@ tasks:
125
122
- func : run tests ubuntu
126
123
vars :
127
124
GYP_DEFINES : kerberos_use_rtld=false
128
- NPM_OPTIONS : --build-from-source
129
125
- name : run-prebuild
130
126
commands :
131
127
- func : install dependencies
Original file line number Diff line number Diff line change 104
104
echo " npm location: $( which npm) "
105
105
echo " npm version: $( npm -v) "
106
106
107
- npm install " ${NPM_OPTIONS} " --build-from-source
107
+ npm install --build-from-source
108
108
ldd build/* /kerberos.node || true
You can’t perform that action at this time.
0 commit comments