File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
eng/pipelines/coreclr/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 64
64
- ${{ if eq(parameters.runtimeType, 'wasm') }} :
65
65
# nodejs installation steps from https://github.com/nodesource/distributions
66
66
- HelixPreCommandsWasmOnLinux : >-
67
+ export RestoreAdditionalProjectSources=$HELIX_CORRELATION_PAYLOAD/built-nugets &&
67
68
sudo apt-get -y remove nodejs &&
68
69
sudo apt-get update &&
69
70
sudo apt-get install -y ca-certificates curl gnupg &&
83
84
- HelixPreCommandsWasmOnLinux : echo
84
85
- 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)"'
85
86
- HelixPreCommandStemLinux : >-
86
- export RestoreAdditionalProjectSources=$HELIX_CORRELATION_PAYLOAD/built-nugets
87
87
export ORIGPYPATH=$PYTHONPATH
88
88
export CRYPTOGRAPHY_ALLOW_OPENSSL_102=true;
89
89
echo "** Installing prerequistes **";
You can’t perform that action at this time.
0 commit comments