From 5f6a773649f5c7c0001bc2482cba278c6cf4cc24 Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 6 Aug 2017 13:48:01 +0200 Subject: [PATCH] Turn of qemuppc for now; it's crashing on Travis builds. --- build.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.lua b/build.lua index f7b0ca1ea..9ac5cc7d9 100644 --- a/build.lua +++ b/build.lua @@ -11,14 +11,14 @@ vars.plats = { "linuxppc", "osx386", "osxppc", - "qemuppc", + --"qemuppc", "pc86", "rpi", } vars.plats_with_tests = { "linux386", "linuxppc", - "qemuppc", + --"qemuppc", "pc86", } -- 2.34.1