You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for this incredible project. I was trying to use crate2nix to build my rust application using the sp1-sdk and one of their internal crates: sp1-core-machine which is using cbindgen is failing at their build.rs:137:23
But even this did not work. It then complains of SSL certificates. Then I tried to pull in a hack using nix-shell with cacert configured-- even that did not help.
I would really appreciate some help or pointers here!
The text was updated successfully, but these errors were encountered:
Hi,
Thanks so much for this incredible project. I was trying to use crate2nix to build my rust application using the sp1-sdk and one of their internal crates: sp1-core-machine which is using cbindgen is failing at their
build.rs:137:23
I made one reproducible example repository for testing out the same.
Here is the exact error:
I figured this has to do with network sandboxing, then I tried the same with
But even this did not work. It then complains of SSL certificates. Then I tried to pull in a hack using nix-shell with cacert configured-- even that did not help.
I would really appreciate some help or pointers here!
The text was updated successfully, but these errors were encountered: