From e87a839ed84a9243cc23dca5b9430ef5ab551926 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Mon, 24 Feb 2020 21:37:30 -0500 Subject: [PATCH] Enable swiftshader on MacOS Debug There were several fixes that went in to fix timeout issues with Amber and Swiftshader. They appear as the same validation errors we saw on the MacOS debug bot. Fixes #752 --- kokoro/macos-clang-debug/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kokoro/macos-clang-debug/build.sh b/kokoro/macos-clang-debug/build.sh index b345eff3c..ba4520164 100644 --- a/kokoro/macos-clang-debug/build.sh +++ b/kokoro/macos-clang-debug/build.sh @@ -17,4 +17,4 @@ set -e # fail on error set -x # display commands SCRIPT_DIR=`dirname "$BASH_SOURCE"` -source $SCRIPT_DIR/../scripts/macos/build.sh DEBUG clang +source $SCRIPT_DIR/../scripts/macos/build.sh DEBUG clang -DAMBER_ENABLE_SWIFTSHADER=TRUE