Skip to content

synthesize: support for aarch64-linux#127

Merged
cole-h merged 1 commit intoDeterminateSystems:mainfrom
JulienMalka:kernel-aarch64
Nov 17, 2023
Merged

synthesize: support for aarch64-linux#127
cole-h merged 1 commit intoDeterminateSystems:mainfrom
JulienMalka:kernel-aarch64

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)


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
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