nixpkgs/pkgs/build-support/rust/build-rust-crate
Florian Klink cbe5cf5d81 buildRustCrate: don't swallow build.rs output
This is executed curing the build, and usually quite helpful in telling
you how the build failed, if it failed.

For example, when linking against system libraries, it shows which
system lib could not be discovered, the pkg-config path used etc.

Not showing it simply removes all this, and trying to parse out the
"important" bits and only show these is probably also brittle.

The output generally isn't that spammy normally, so let's just `tee` it.
2024-07-05 21:39:08 +03:00
..
test Merge pull request #319153 from Kranzes/buildRustCrate-wasm 2024-06-30 14:05:33 +03:00
build-crate.nix buildRustCrate: support cross compiling to wasm32-unknown-unknown 2024-06-24 19:28:33 +03:00
configure-crate.nix buildRustCrate: don't swallow build.rs output 2024-07-05 21:39:08 +03:00
default.nix Merge pull request #323110 from thehabbos007/cargo-cdylib 2024-07-01 21:09:25 +03:00
helpers.nix
install-crate.nix buildRustCrate: extensions.sharedLibrary -> extensions.library 2024-06-11 11:27:17 +01:00
lib.sh buildRustCrate: add support for cargo::rustc-cdylib-link-arg 2024-07-01 09:29:46 +02:00
log.nix