-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
coreboot-toolchain: Init at 4.14 #128592
coreboot-toolchain: Init at 4.14 #128592
Conversation
be953df
to
74c5eea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! \o/
74c5eea
to
bc7bd1d
Compare
bc7bd1d
to
eed052d
Compare
eed052d
to
659cbae
Compare
659cbae
to
d1c99d2
Compare
d1c99d2
to
136f53e
Compare
136f53e
to
17886bb
Compare
Signed-off-by: Felix Singer <felixsinger@posteo.net>
17886bb
to
f0b20ba
Compare
Anything left to do? |
Result of 1 package built:
|
description = "coreboot toolchain"; | ||
license = with licenses; [ bsd2 bsd3 gpl2 lgpl2Plus gpl3Plus ]; | ||
maintainers = with maintainers; [ felixsinger ]; | ||
platforms = platforms.linux; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fetching prebuilt binaries for x86_64
. Thus, this works on only one of the fourteen Linux platforms.
platforms = ["x86_64-linux"];
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh? Where is it fetching prebuilt binaries?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wrong in my analysis. I guess the aarch64 community box already had a build cached. I assumed from the time it took building (not much).
But now I'm extremely confused. The aarch64 community box is not accessible, so I can't check what I did (and it's likely it would have been wiped). Now I get an unceremonious "Platform not supported" on aarch64.
So I guess ignore my comment? I don't know how I got x86_64 binaries on the community box yesterday. (Maybe I did a mistake and wasn't ssh'd as I thought, even?)
Motivation for this change
Packaging the coreboot toolchain.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)