Skip to content

Commit 5e5784d

Browse files
authored
Update EVG config with ccache updates (#1523)
1 parent 880241c commit 5e5784d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.evergreen/generated_configs/legacy-config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,6 +1784,10 @@ tasks:
17841784
export distro_id='${distro_id}' # Required by find_cmake_latest.
17851785
. .evergreen/scripts/find-cmake-latest.sh
17861786
cmake_binary="$(find_cmake_latest)"
1787+
# Allow reuse of ccache compilation results between different build directories.
1788+
export CCACHE_BASEDIR CCACHE_NOHASHDIR
1789+
CCACHE_BASEDIR="$(pwd)"
1790+
CCACHE_NOHASHDIR=1
17871791
# Compile test-awsauth. Disable unnecessary dependencies since test-awsauth is copied to a remote Ubuntu 20.04 ECS cluster for testing, which may not have all dependent libraries.
17881792
export CC='${CC}'
17891793
"$cmake_binary" -DENABLE_TRACING=ON -DENABLE_SASL=OFF -DENABLE_SNAPPY=OFF -DENABLE_ZSTD=OFF -DENABLE_CLIENT_SIDE_ENCRYPTION=OFF .

0 commit comments

Comments
 (0)