Skip to content

Commit

Permalink
Use CCACHE_NOHASHDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Dec 22, 2024
1 parent e45686c commit e4651a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/autoware-devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ ENV CMAKE_GENERATOR=Ninja
ENV CCACHE_DIR=/var/cache/ccache
ENV CCACHE_BASEDIR=${AUTOWARE_DEVEL_ROOT}
ENV CCACHE_TEMPDIR=/tmp/ccache/
ENV CCACHE_HASHDIR=false
ENV CCACHE_NOHASHDIR=true
ENV CCACHE_UMASK=002

FROM ${IMAGE_NAME}:${AUTOWARE_VERSION}-builder AS autoware-builder-with-cache
Expand Down

0 comments on commit e4651a4

Please sign in to comment.