aboutsummaryrefslogtreecommitdiff
path: root/kokoro/linux-clang-release/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/linux-clang-release/build.sh')
-rwxr-xr-x[-rw-r--r--]kokoro/linux-clang-release/build.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/kokoro/linux-clang-release/build.sh b/kokoro/linux-clang-release/build.sh
index 2b691fd..b537ef1 100644..100755
--- a/kokoro/linux-clang-release/build.sh
+++ b/kokoro/linux-clang-release/build.sh
@@ -17,4 +17,7 @@ set -e # fail on error
set -x # display commands
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
-source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE clang
+source $SCRIPT_DIR/../scripts/linux/build.sh RELEASE "clang-10.0.0" \
+ -DAMBER_ENABLE_SWIFTSHADER=TRUE \
+ -DAMBER_ENABLE_VK_DEBUGGING=TRUE \
+ -DAMBER_USE_DXC=TRUE