mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
tests.cc-wrapper: Add NIX_CC_USE_RESPONSE_FILE
check
This commit is contained in:
parent
985072e2ce
commit
62f2fc1ae5
@ -131,6 +131,9 @@ in stdenv.mkDerivation {
|
||||
ASAN_OPTIONS=use_sigaltstack=0 ${emulator} ./sanitizers
|
||||
''}
|
||||
|
||||
echo "Check whether CC with NIX_CC_USE_RESPONSE_FILE hardcodes all required binaries..." >&2
|
||||
NIX_CC_USE_RESPONSE_FILE=1 ${CC} -v
|
||||
|
||||
touch $out
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user