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

synthesize: support for aarch64-linux #127

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

JulienMalka
Copy link
Contributor

@JulienMalka JulienMalka commented Nov 17, 2023

Description

Motivation for this is NixOS/nixpkgs#267985

Checklist
  • Built with cargo build
  • Formatted with cargo fmt
  • Linted with cargo clippy
  • Ran tests with cargo test
  • Added or updated relevant tests (leave unchecked if not applicable)
  • Added or updated relevant documentation (leave unchecked if not applicable)

@@ -112,7 +112,11 @@ impl BootSpecV1 {
err: e,
})?;

let kernel_file = generation.join("kernel-modules/bzImage");
let kernel_image_name = match system.as_str() {
"x86_64-linux" => "bzImage",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this should also be i686-linux, but I imagine there are so few systems out there running that that we can revisit this later if someone notices it's broken.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true, i686-linux should use bzImage too.

@cole-h cole-h merged commit fce3feb into DeterminateSystems:main Nov 17, 2023
6 checks passed
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.

3 participants