-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
avro-c: init at 1.8.2 #35658
avro-c: init at 1.8.2 #35658
Conversation
@GrahamcOfBorg build avro-c |
1 similar comment
@GrahamcOfBorg build avro-c |
Failure on aarch64-linux (full log) Partial log (click to expand)
|
Failure on x86_64-linux (full log) Partial log (click to expand)
|
Success on x86_64-darwin (full log) Partial log (click to expand)
|
I suppose you have to patch shebangs before in |
|
||
patchPhase = '' | ||
substituteInPlace version.sh \ | ||
--replace /bin/bash "$bash/bin/bash" |
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.
ah weird, you already did this.
@GrahamcOfBorg build avro-c |
substituteInPlace version.sh \ | ||
--replace /bin/bash "$bash/bin/bash" | ||
postPatch = '' | ||
patchShebangs . |
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 fixed the build for me.
Success on x86_64-linux (full log) Partial log (click to expand)
|
Success on aarch64-linux (full log) Partial log (click to expand)
|
Success on x86_64-darwin (full log) Partial log (click to expand)
|
Motivation for this change
Add C avro bindings.
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)