Skip to content

fix(tests): fetch kits for host architecture#638

Open
cbgbt wants to merge 1 commit intobottlerocket-os:developfrom
cbgbt:arch-fix
Open

fix(tests): fetch kits for host architecture#638
cbgbt wants to merge 1 commit intobottlerocket-os:developfrom
cbgbt:arch-fix

Conversation

@cbgbt
Copy link
Copy Markdown
Contributor

@cbgbt cbgbt commented Feb 10, 2026

Description of changes:
make build was failing on my aarch64 host. It turns out this is because we would fetch for x86_64 but then call twoliter without providing an arch later, which would cause it to default to the host architecture.

Testing done:

  • make build now passes on my aarch64 dev host

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

The variant_build tests hardcoded x86_64 for fetch but twoliter make
defaults to host architecture. On aarch64 hosts, this caused builds to
fail looking for kits that were never fetched.
@yeazelm
Copy link
Copy Markdown
Contributor

yeazelm commented Feb 26, 2026

Is this one of the things needed for #253?

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.

4 participants