nixpkgs/pkgs/build-support/rust/build-rust-crate
Andreas Rammhold c8de31baa6 buildRustCrateTests: Fix link order test on darwin
As it turns out Darwin does most of the things differently then "normal"
systems. They are using a different shared library extension and require
an obscure commandline parameter that has to be added to every build
system out there. That issue seems to be with clang on Darwin as on
Linux that flag isn't required to build the very same tests (when using
clang).

After adjusting these two details the tests are running fine on the
darwin box that I was able to obtain.
2020-03-28 21:13:16 +01:00
..
test buildRustCrateTests: Fix link order test on darwin 2020-03-28 21:13:16 +01:00
build-crate.nix buildRustCrate: refactor colored logging 2020-03-09 14:26:28 +01:00
configure-crate.nix buildRustCrate: don't sort link flags 2020-03-25 12:00:00 +00:00
default.nix buildRustCrate: fewer backslashes 2020-03-27 09:56:19 +00:00
helpers.nix buildRustCrate: fixup usage of builtins.filterSource 2020-01-07 00:49:48 +01:00
install-crate.nix buildRustCrate: add buildTests flag to tell rustc to build tests instead of binaries 2020-01-07 11:57:34 +01:00
lib.sh buildRustCrate: don't sort link flags 2020-03-25 12:00:00 +00:00
log.nix buildRustCrate: refactor colored logging 2020-03-09 14:26:28 +01:00