Skip to content

Commit

Permalink
Disable ccache inode caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed Oct 11, 2023
1 parent f22bbad commit ff8ee1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN mkdir -p third_party/ccache/build && \

ENV CMAKE_C_COMPILER_LAUNCHER=ccache
ENV CMAKE_CXX_COMPILER_LAUNCHER=ccache
ENV CCACHE_NOINODECACHE=true

COPY builder builder
COPY third_party third_party
Expand Down

0 comments on commit ff8ee1f

Please sign in to comment.