Skip to content

Commit 5f653dd

Browse files
authored
perf CI: fix non-wasm runs (#93779)
1 parent 3a97c68 commit 5f653dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/coreclr/templates/run-performance-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- ${{ if eq(parameters.runtimeType, 'wasm') }}:
6565
# nodejs installation steps from https://github.com/nodesource/distributions
6666
- HelixPreCommandsWasmOnLinux: >-
67+
export RestoreAdditionalProjectSources=$HELIX_CORRELATION_PAYLOAD/built-nugets &&
6768
sudo apt-get -y remove nodejs &&
6869
sudo apt-get update &&
6970
sudo apt-get install -y ca-certificates curl gnupg &&
@@ -83,7 +84,6 @@ jobs:
8384
- HelixPreCommandsWasmOnLinux: echo
8485
- 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)"'
8586
- HelixPreCommandStemLinux: >-
86-
export RestoreAdditionalProjectSources=$HELIX_CORRELATION_PAYLOAD/built-nugets
8787
export ORIGPYPATH=$PYTHONPATH
8888
export CRYPTOGRAPHY_ALLOW_OPENSSL_102=true;
8989
echo "** Installing prerequistes **";

0 commit comments

Comments
 (0)