From 67e7d226ad15464ed9133810defa474cc021627e Mon Sep 17 00:00:00 2001 From: David Given Date: Tue, 6 Dec 2016 22:06:17 +0100 Subject: [PATCH] Disable qemuppc tests; turns out qemu-system-ppc won't load more than the first 4kB of a kernel... --- build.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.lua b/build.lua index 6364e5f75..91415d689 100644 --- a/build.lua +++ b/build.lua @@ -18,7 +18,7 @@ vars.plats = { vars.plats_with_tests = { "linux386", "linuxppc", - "qemuppc", + -- "qemuppc", FIXME: disable until we figure out why qemu won't run binaries bigger than 4kB "pc86", }