File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
pipelines/coreclr/templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ jobs:
64
64
- ${{ if eq(parameters.runtimeType, 'wasm') }} :
65
65
- HelixPreCommandsWasmOnLinux : >-
66
66
sudo apt-get -y remove nodejs &&
67
- curl -fsSL https://deb.nodesource.com/setup_14 .x | sudo -E bash - &&
67
+ curl -fsSL https://deb.nodesource.com/setup_16 .x | sudo -E bash - &&
68
68
sudo apt-get -y install nodejs &&
69
69
npm install --prefix $HELIX_WORKITEM_PAYLOAD jsvu -g &&
70
70
$HELIX_WORKITEM_PAYLOAD/bin/jsvu --os=linux64 --engines=v8 &&
71
71
find ~/.jsvu -ls &&
72
- ~/.jsvu/engines/v8 /v8 -e 'console.log(`V8 version: ${this.version()}`)'
72
+ ~/.jsvu/bin /v8 -e 'console.log(`V8 version: ${this.version()}`)'
73
73
- ${{ if ne(parameters.runtimeType, 'wasm') }} :
74
74
- HelixPreCommandsWasmOnLinux : echo
75
75
- HelixPreCommandStemWindows : ' set ORIGPYPATH=%PYTHONPATH%;py -m pip install -U pip;py -3 -m venv %HELIX_WORKITEM_PAYLOAD%\.venv;call %HELIX_WORKITEM_PAYLOAD%\.venv\Scripts\activate.bat;set PYTHONPATH=;py -3 -m pip install -U pip;py -3 -m pip install urllib3==1.26.15;py -3 -m pip install azure.storage.blob==12.0.0;py -3 -m pip install azure.storage.queue==12.0.0;set "PERFLAB_UPLOAD_TOKEN=$(HelixPerfUploadTokenValue)"'
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ if [[ -n "$wasm_bundle_directory" ]]; then
412
412
fi
413
413
414
414
# Workaround: escaping the quotes around `--wasmArgs=..` so they get retained for the actual command line
415
- extra_benchmark_dotnet_arguments=" $extra_benchmark_dotnet_arguments --wasmEngine /home/helixbot/.jsvu/$javascript_engine --wasmArgs \\\" $wasm_args \\\" --cli \$ HELIX_CORRELATION_PAYLOAD/dotnet/dotnet --wasmDataDir \$ HELIX_CORRELATION_PAYLOAD/wasm-data"
415
+ extra_benchmark_dotnet_arguments=" $extra_benchmark_dotnet_arguments --wasmEngine /home/helixbot/.jsvu/bin/ $javascript_engine --wasmArgs \\\" $wasm_args \\\" --cli \$ HELIX_CORRELATION_PAYLOAD/dotnet/dotnet --wasmDataDir \$ HELIX_CORRELATION_PAYLOAD/wasm-data"
416
416
if [[ " $wasmaot " == " true" ]]; then
417
417
extra_benchmark_dotnet_arguments=" $extra_benchmark_dotnet_arguments --aotcompilermode wasm --buildTimeout 3600"
418
418
fi
You can’t perform that action at this time.
0 commit comments