clang: remove cache handling
This is taking too long for every run and does not seem to work as expected and wastes time instead of saving it. Remove for now.. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8f7f31b654
commit
39bd354389
1 changed files with 0 additions and 8 deletions
|
@ -1,13 +1,5 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
find_appropriate_cache_directory(USER_CACHE_DIR)
|
|
||||||
|
|
||||||
if((NOT "${USER_CACHE_DIR}" STREQUAL "") AND (EXISTS "${USER_CACHE_DIR}"))
|
|
||||||
message(STATUS "Invalidating toolchain capability cache in ${USER_CACHE_DIR}")
|
|
||||||
execute_process(COMMAND
|
|
||||||
${CMAKE_COMMAND} -E remove_directory "${USER_CACHE_DIR}")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(DEFINED $ENV{CLANG_ROOT_DIR})
|
if(DEFINED $ENV{CLANG_ROOT_DIR})
|
||||||
set(TOOLCHAIN_HOME ${CLANG_ROOT}/bin/)
|
set(TOOLCHAIN_HOME ${CLANG_ROOT}/bin/)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue