-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wasm] perftiger v8 - Failed to install prerequisites #100910
Labels
area-Infrastructure
Known Build Error
Use this to report build issues in the .NET Helix tab
perf-pipeline
Issues with dotnet-runtime-perf, or runtime-wasm-perf pipelines
Milestone
Comments
Tagging subscribers to 'arch-wasm': @lewing |
cc @LoopedBard3 we also noticed
|
this is failing more places than wasm |
Probably reliable fix is to skip the package manager and download node binaries from https://nodejs.org/dist/latest-v18.x/. e.g. $ mkdir -p /tmp/node
$ curl -sSL https://nodejs.org/dist/latest-v18.x/node-v18.20.4-linux-x64.tar.xz | \
tar -Jxf - --strip-components=1 -C /tmp/node
$ ls /tmp/node/bin
corepack node npm npx
# export PATH=/tmp/node/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-Infrastructure
Known Build Error
Use this to report build issues in the .NET Helix tab
perf-pipeline
Issues with dotnet-runtime-perf, or runtime-wasm-perf pipelines
Log
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=639255
Build error leg or test failing:
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=639255
Error message validated:
[Failed to install prerequisites
]Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 4/11/2024 12:51:04 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: