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

buildsys: Add ability for variants to support specific architectures #1404

Closed
zmrow opened this issue Mar 18, 2021 · 0 comments · Fixed by #1431
Closed

buildsys: Add ability for variants to support specific architectures #1404

zmrow opened this issue Mar 18, 2021 · 0 comments · Fixed by #1431
Assignees
Labels
type/enhancement New feature or request
Milestone

Comments

@zmrow
Copy link
Contributor

zmrow commented Mar 18, 2021

What I'd like:
Authors of variants should be able to choose whether or not they will support an architecture. The variant should only build for architectures specified. Ideally, this would be something that could be specified in the variant's Cargo.toml, similar to the image-format.

supported_arches = ["x86_64", "aarch64"]

Any alternatives you've considered:
We could add additional logic into Makefile.toml to outlaw certain combinations of arch/variant, but this would get out of control quickly and we certainly don't need that many more lines of bash. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants