Skip to content
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

[RFC] .github/workflows/build.yaml: add armv6l, armv7l-musl to build matrix #38322

Closed

Conversation

classabbyamp
Copy link
Member

@classabbyamp classabbyamp commented Jul 27, 2022

Testing the changes

  • I tested the changes in this PR: NO (but it's a trivial change)

This has been how it's done since at least the switch to github CI (#26095), and how it was done in the travis CI era:

- ARCH=x86_64 BOOTSTRAP=x86_64
- ARCH=i686 BOOTSTRAP=i686
- ARCH=aarch64 BOOTSTRAP=x86_64
- ARCH=armv7l BOOTSTRAP=x86_64
- ARCH=x86_64-musl BOOTSTRAP=x86_64-musl
- ARCH=armv6l-musl BOOTSTRAP=x86_64-musl
- ARCH=aarch64-musl BOOTSTRAP=x86_64-musl

Should it be changed? Is there a reason why CI isn't currently run on armv6l and armv7l-musl?

@Chocimier
Copy link
Member

I think this won't catch any new problems, at cost of lowering throughput of CI.

@classabbyamp
Copy link
Member Author

reasonable enough.

@classabbyamp classabbyamp deleted the ci/enable-all-archs branch July 31, 2022 07:25
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.

None yet

2 participants