mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-10 14:08:04 +00:00
Fix tint fuzzer build
Enable the fuzzers for Kokoro presubmits so we can actually know when we break it. Change-Id: I7270390045353f79c27a7f661afcc7e888628fcd Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/53385 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Tint LUCI CQ
parent
03d10721e7
commit
6b358c3f21
@@ -89,6 +89,7 @@ if [ "$BUILD_SYSTEM" == "cmake" ]; then
|
||||
|
||||
if [ "$BUILD_TOOLCHAIN" == "clang" ]; then
|
||||
using clang-10.0.0
|
||||
COMMON_CMAKE_FLAGS+=" -DTINT_BUILD_FUZZERS=1"
|
||||
elif [ "$BUILD_TOOLCHAIN" == "gcc" ]; then
|
||||
using gcc-9
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user