Skip to content

Commit

Permalink
Kokoro bot requires older toolchain (#588)
Browse files Browse the repository at this point in the history
Fixes #430

* Allow old toolchains for LLVM
  • Loading branch information
alan-baker authored Jul 22, 2019
1 parent 8fd4623 commit d7fc00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ if (${AMBER_ENABLE_CLSPV})
set(SPIRV_HEADERS_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/spirv-headers" CACHE STRING "")
set(SPIRV_TOOLS_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/spirv-tools" CACHE STRING "")

set(LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN OFF CACHE STRING "")
set(LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN ON CACHE STRING "")
set(LLVM_BUILD_STATIC ON CACHE BOOL "")
set(LLVM_INCLUDE_BENCHMARKS OFF CACHE BOOL "")
set(LLVM_INCLUDE_DOCS OFF CACHE BOOL "")
Expand Down

0 comments on commit d7fc00b

Please sign in to comment.