You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .evergreen/generated_configs/legacy-config.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1784,6 +1784,10 @@ tasks:
1784
1784
export distro_id='${distro_id}' # Required by find_cmake_latest.
1785
1785
. .evergreen/scripts/find-cmake-latest.sh
1786
1786
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
1787
1791
# 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.
0 commit comments