-
-
Notifications
You must be signed in to change notification settings - Fork 689
ci: add no-wasm-simd option #4533
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
Conversation
3aef31a to
badfb77
Compare
|
This conflicts now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new CI configuration option to disable WASM SIMD functionality during testing. It introduces a no-wasm-simd input parameter to the Node.js workflow and creates a new test job that runs with WASM SIMD disabled.
- Adds
no-wasm-simdinput parameter to the Node.js workflow - Creates a new CI job specifically for testing with WASM SIMD disabled
- Sets the
UNDICI_NO_WASM_SIMDenvironment variable across all test steps
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/nodejs.yml | Adds no-wasm-simd input parameter and sets UNDICI_NO_WASM_SIMD environment variable in all test steps |
| .github/workflows/ci.yml | Creates new test-with-no-wasm-simd job and includes it in the required checks |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
mcollina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This relates to...
Rationale
Changes
Features
Bug Fixes
Breaking Changes and Deprecations
Status