swift: enable tests (WIP)
add check phase for running some of the Swift test suite A small number of tests is failing, which needs investigation, so the check phase remains disabled by default.
This commit is contained in:
parent
daca04587c
commit
4ba3923490
@ -250,9 +250,19 @@ stdenv.mkDerivation rec {
|
|||||||
--replace usr/lib "$PREFIX/lib"
|
--replace usr/lib "$PREFIX/lib"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
buildPhase = builder;
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
buildPhase = builder;
|
checkInputs = [ file ];
|
||||||
|
|
||||||
|
# TODO: investigate the non-working tests
|
||||||
|
checkPhase = ''
|
||||||
|
checkTarget=check-swift-all
|
||||||
|
ninjaFlags='-C buildbot_linux/swift-${stdenv.hostPlatform.parsed.kernel.name}-${stdenv.hostPlatform.parsed.cpu.name}'
|
||||||
|
|
||||||
|
ninjaCheckPhase
|
||||||
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
|
Loading…
x
Reference in New Issue
Block a user