diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a79564fbf..dc72d27201 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -454,7 +454,7 @@ set(CMAKE_SKIP_RPATH YES CACHE BOOL "" FORCE ) set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -D_DEBUG") -option(APPVERIFIER_ALLOWED "allow use of AppVerifier" TRUE) +option(APPVERIFIER_ALLOWED "allow use of AppVerifier" OFF) option(CCACHE_ALLOWED "allow use of ccache" TRUE) find_program(CCACHE_EXE_FOUND ccache) diff --git a/manifests/manifest.yml b/manifests/manifest.yml index ed474be14b..e34f80269a 100644 --- a/manifests/manifest.yml +++ b/manifests/manifest.yml @@ -17,7 +17,7 @@ components: branch: infra clean_on_sync: true dest_dir: infra - revision: 9373e34308fe8047d71316662d06fcb32589abcb + revision: 6bf3edbe9f0222b564fa9ad08c7def587ef83382 type: git internal: branch: master