Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 5364314

Browse files
authored
bug: fix flaky builds due to ccache initialization (#937)
This prevents the issue in googleapis/google-cloud-cpp#2163.
1 parent 21d13a9 commit 5364314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/kokoro/docker/build-in-docker-cmake.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ fi
5858
# shellcheck disable=SC2086
5959
cmake "-DCMAKE_INSTALL_PREFIX=$HOME/staging" \
6060
-DCMAKE_BUILD_TYPE="${BUILD_TYPE}" \
61+
"-DGOOGLE_CLOUD_CPP_ENABLE_CCACHE=OFF" \
6162
${CMAKE_FLAGS:-} \
6263
"-H${SOURCE_DIR}" "-B${BINARY_DIR}" "${cmake_flags[@]}"
6364
cmake --build "${BINARY_DIR}" -- -j "$(nproc)"

0 commit comments

Comments
 (0)