-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
fh: 0.1.10 -> 0.1.16, fix build #331327
fh: 0.1.10 -> 0.1.16, fix build #331327
Conversation
3f1cac3
to
6edcd5b
Compare
Result of 1 package built:
|
Result of 1 package failed to build:
Log
|
It did build before, from logs seems to be hit by rust 1.80.0 update: Will try to find out if some newer version of |
6edcd5b
to
53c2409
Compare
Converted PR to |
Result of 1 package built:
|
Don't forget to remove the " |
Thank you, hopefully fixed by linking closed upstream rust issue instead. |
It builds on Darwin if I add Log:
|
53c2409
to
506e121
Compare
Between |
Sorry, I double checked, I had I think there is no need to disable the tests, because the Hydra builders do not use the sandbox? They pass here: https://cache.nixos.org/log/1x47wkyimz0kpbpd0kwrrw00cr3ddanx-fh-0.1.10.drv. |
506e121
to
5c24c1e
Compare
Removed disabling tests on darwin, moved |
Result of 1 package built:
|
5c24c1e
to
b9cfdcd
Compare
@alyssais coud you give your approval so we can merge this. |
Description of changes
Changelog:
DeterminateSystems/fh@v0.1.10...v0.1.16
Update includes build fixes:
bindgen
over version0.62.2
, fixes generating no bindings onclang_18
fromextern "C"
declarations:Handle CXCursor_LinkageSpec in Clang 18+ rust-lang/rust-bindgen#2689
rust-lang/rust-bindgen@aaa8883
Log
time
over version0.3.35
, fixes 1.80.0 rust issue:regression: type annotations needed for Box<_> rust-lang/rust#127343
Log
Fixes #331240 - Build falure: fh
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.