Skip to content

ci: Skip building non-native tests on aarch64-linux. #23798

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexrp
Copy link
Member

@alexrp alexrp commented May 5, 2025

Because we don't pass -fqemu and -fwasmtime on aarch64-linux, we're just spending a bunch of time compiling all these module tests only to not even run them. x86_64-linux already covers both compiling and running them.

Hopefully resolves the CI timeouts we've been seeing.

Because we don't pass -fqemu and -fwasmtime on aarch64-linux, we're just
spending a bunch of time compiling all these module tests only to not even run
them. x86_64-linux already covers both compiling and running them.
@alexrp alexrp requested review from jacobly0 and andrewrk May 5, 2025 20:16
@alexrp
Copy link
Member Author

alexrp commented May 7, 2025

Hopefully resolves the CI timeouts we've been seeing.

Unfortunately not, but still reduces the CI run times by quite a lot:

  • aarch64-linux-debug: ~4h30m -> ~1h30m
  • aarch64-linux-release: ~2h10m -> ~1h20m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant