We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CTCACHE_SAVE_OUTPUT=1
2 parents dd4b301 + f7a624d commit 858b0a3Copy full SHA for 858b0a3
linux-x86/Dockerfile
@@ -48,6 +48,7 @@ RUN sudo cmake --version
48
49
# Install clang-tidy-cache
50
ENV CTCACHE_DIR="/.cache/clang-tidy"
51
+ENV CTCACHE_SAVE_OUTPUT=1
52
RUN mkdir -p ${CTCACHE_DIR}
53
54
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