mirror of https://github.com/grpc/grpc-node.git
Don't install node-gyp
This commit is contained in:
parent
9e2b9d03b4
commit
4eb481619f
|
@ -46,8 +46,6 @@ for %%v in (20 22) do (
|
||||||
if "%%v"=="4" (
|
if "%%v"=="4" (
|
||||||
call npm install -g npm@5
|
call npm install -g npm@5
|
||||||
)
|
)
|
||||||
@rem https://github.com/mapbox/node-pre-gyp/issues/362
|
|
||||||
call npm install -g node-gyp
|
|
||||||
node -e "console.log(process.versions)"
|
node -e "console.log(process.versions)"
|
||||||
|
|
||||||
mkdir reports\node%%v
|
mkdir reports\node%%v
|
||||||
|
|
|
@ -63,9 +63,6 @@ do
|
||||||
|
|
||||||
export JUNIT_REPORT_PATH="reports/node$version/"
|
export JUNIT_REPORT_PATH="reports/node$version/"
|
||||||
|
|
||||||
# https://github.com/mapbox/node-pre-gyp/issues/362
|
|
||||||
npm install -g node-gyp
|
|
||||||
|
|
||||||
mkdir -p "reports/node$version"
|
mkdir -p "reports/node$version"
|
||||||
|
|
||||||
node -e 'process.exit(process.version.startsWith("v'$version'") ? 0 : -1)'
|
node -e 'process.exit(process.version.startsWith("v'$version'") ? 0 : -1)'
|
||||||
|
@ -80,7 +77,7 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
set +ex
|
set +ex
|
||||||
nvm use 8
|
nvm use 22
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
node merge_kokoro_logs.js
|
node merge_kokoro_logs.js
|
||||||
|
|
Loading…
Reference in New Issue