-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
llvmPackages_16.libunwind: fix aarch64-android build #321586
base: master
Are you sure you want to change the base?
Conversation
Seems to also fix the non-prebuild version of #147084 |
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 don't know the repercussions of any of this, mostly took things from comments in #269077
i think a better description on why this is needed and what the repercussions are needed before this gets committed.
LDFLAGS = "-unwindlib=none"; | ||
|
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 seems out of place -- most / all options for the llvm toolchains are selected via cmake defines. why is this one different, and why is it ok for it to be unconditional. there needs to be a comment providing why this is required.
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.
Yeah, I think a comment explaining this would be great. I've been trying to use nixpkgs-review but on every system I try it crashes heh.
Buiding hello works, but it doesn't run on an Android device.
Edit: Building
|
Description of changes
@axelkar @reckenrode
Ran into some failures when trying to build
pkgsCross.aarch64-android.hello
or anything really.I don't know the repercussions of any of this, mostly took things from comments in #269077
Should this target staging or so even being android specific?
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.