From 16fc05959fb3203762f42ee8f741df5d0f5918c8 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 14 Mar 2019 15:16:18 +0800 Subject: [PATCH] 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. --- main.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.nix b/main.nix index d9095d0..a15f4ca 100644 --- a/main.nix +++ b/main.nix @@ -52,8 +52,8 @@ in artiqpkgs.openocd pkgs.iputils ]; - phases = [ "buildPhase" ]; - buildPhase = + phases = [ "installPhase" ]; + installPhase = '' whoami export HOME=`mktemp -d`