-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
tectonic: fixes #269167: tectonic build failure #269786
Conversation
@ink-splatters greetings ! thank you for your contribution. Can you please update commit message and PR title to match contribution guidelines. This is done so that CI can run automated tests for appropriate packages. |
implements workaround for: NixOS#166205 inspired by similar fix: NixOS@b6d4be1
e179bfc
to
2049b08
Compare
@kirillrdy hope it's fine now, otherwise please let me know! |
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.
lgtm
ZHF #265948 |
Successfully created backport PR for |
This workaround is inspired by similar fix: b6d4be1
Root cause: Some libc++abi symbols are missing with LLVM12+'s stdenv on Darwin (#166205)
Description of changes
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/
)