We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393c837 commit 7d9ac85Copy full SHA for 7d9ac85
.devcontainer/cpp/Dockerfile
@@ -34,7 +34,8 @@ RUN python3 -m pip install --break-system-packages --require-hashes --no-cache-d
34
# Set default environment options for CMake and ccache
35
ENV CMAKE_GENERATOR="Ninja"
36
ENV CMAKE_EXPORT_COMPILE_COMMANDS="On"
37
-ENV CCACHE_DIR=/root/.ccache
+ENV CCACHE_DIR=/cache/.ccache
38
+ENV CPM_SOURCE_CACHE=/cache/.cpm-cache
39
40
# Install clang toolchain and mull mutation testing framework
41
COPY .devcontainer/cpp/apt-requirements-clang.json /tmp/apt-requirements-clang.json
0 commit comments