We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we run benchmarks with sanitizers in CI only on x64 hardware:
https://github.com/ada-url/ada/blob/main/.github/workflows/ubuntu-sanitized.yml
We need to add ARM-based sanitized tests to avoid issues such as #519 and nodejs/node#49960
The text was updated successfully, but these errors were encountered:
We'd need something like this, right, @lemire? https://github.com/marketplace/actions/arm-runner
I am interested in colaborating, just checking more about the options we have to use ARM.
Sorry, something went wrong.
More like this: https://github.com/simdutf/simdutf/blob/master/.github/workflows/aarch64.yml
Successfully merging a pull request may close this issue.
Currently, we run benchmarks with sanitizers in CI only on x64 hardware:
https://github.com/ada-url/ada/blob/main/.github/workflows/ubuntu-sanitized.yml
We need to add ARM-based sanitized tests to avoid issues such as #519 and nodejs/node#49960
The text was updated successfully, but these errors were encountered: