2
0
派生 0

Publish NOVA test ISOs

这个提交包含在:
Ehmry - 2019-10-09 16:03:07 +02:00
父节点 434f364021
当前提交 fbc11b0698
共有 1 个文件被更改,包括 4 次插入1 次删除

查看文件

@ -104,7 +104,6 @@ let
-iso-level 2 \
boot
}
puts "built ISO?"
}
##
@ -151,6 +150,10 @@ let
set out $env(out)
build_iso $out/test.iso
set fd [open "$out/nix-support/hydra-build-products" w]
puts $fd "file iso $out/test.iso"
close $fd
global spawn_id
spawn ${hostPkgs.qemu_test}/bin/qemu-system-x86_64 -cdrom $out/test.iso -nographic -m $qemu_mem
wait_for_output $wait_for_re $timeout_value $spawn_id