-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
pyo3-pack: 0.3.8 -> 0.5.0 #56032
pyo3-pack: 0.3.8 -> 0.5.0 #56032
Conversation
cc @danieldk |
Thanks for the update! Currently testing against our project, will report back within the hour or so... |
Unfortunately, this change does not work on (my) darwin (macOS 10.14.3):
It seems that it tries to dynamically link the dependent crates:
The version that is currently in nixpkgs still seems to build and work without problems. |
I am afraid I don't know how to debug that failure on Darwin. The diff between v0.3.8 and v0.5.0 doesn't show anything in particular regarding dynamically linking dependent crates. |
That's a bug in older versions of rustc. The latest stable release fixes that. (Full details: mozilla/cbindgen#203) |
23c815e
to
ae2512d
Compare
@GrahamcOfBorg build pyo3-pack |
We are currently on rustc 1.32.0, so, I guess, we are waiting for 1.33.0? |
@GrahamcOfBorg build pyo3-pack |
Let's give it another spin: |
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.
Builds locally on darwin
Motivation for this change
Update
pyo3-pack
to its latest version.Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)