kc705-tests: try to use installPhase instead

Just a shot in the dark - the job gets mysteriously stuck in the "Scheduled to be build" state on Hydra when buildPhase fails.
pull/16/head
Sebastien Bourdeauducq 2019-03-14 15:16:18 +08:00
parent f9056c53be
commit 16fc05959f
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ in
artiqpkgs.openocd
pkgs.iputils
];
phases = [ "buildPhase" ];
buildPhase =
phases = [ "installPhase" ];
installPhase =
''
whoami
export HOME=`mktemp -d`