ccache: enable test.modules on Darwin
test.modules now passes on Darwin
This commit is contained in:
parent
26f66129f8
commit
dbeee74085
@ -48,7 +48,7 @@ let ccache = stdenv.mkDerivation rec {
|
|||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
export HOME=$(mktemp -d)
|
export HOME=$(mktemp -d)
|
||||||
ctest --output-on-failure ${lib.optionalString stdenv.isDarwin ''
|
ctest --output-on-failure ${lib.optionalString stdenv.isDarwin ''
|
||||||
-E '^(test.nocpp2|test.modules|test.basedir|test.multi_arch)$'
|
-E '^(test.nocpp2|test.basedir|test.multi_arch)$'
|
||||||
''}
|
''}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user