Regression: buildDepsOnly
crashes on having a build.rs
in the config
#761
Labels
bug
Something isn't working
buildDepsOnly
crashes on having a build.rs
in the config
#761
Describe the bug
Presence of a build.rs without specifying crate name and version causes an eval failure due to rewritten Cargo.toml referring to a path in /nix/store, which is forbidden. This is a regression introduced in 9ed3180 (#750), found by bisection.
Reproduction
https://github.com/vikanezrimaya/crane-build.rs-bug-repro
The text was updated successfully, but these errors were encountered: