Skip to content

Commit 858b0a3

Browse files
authored
Set CTCACHE_SAVE_OUTPUT=1 (#76)
2 parents dd4b301 + f7a624d commit 858b0a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linux-x86/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN sudo cmake --version
4848

4949
# Install clang-tidy-cache
5050
ENV CTCACHE_DIR="/.cache/clang-tidy"
51+
ENV CTCACHE_SAVE_OUTPUT=1
5152
RUN mkdir -p ${CTCACHE_DIR}
5253

5354
RUN wget https://raw.githubusercontent.com/matus-chochlik/ctcache/main/src/ctcache/clang_tidy_cache.py -O /usr/local/bin/clang-tidy-cache && chmod +x /usr/local/bin/clang-tidy-cache

0 commit comments

Comments
 (0)