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 071be55 commit c836391Copy full SHA for c836391
.devcontainer/cpp/Dockerfile
@@ -35,7 +35,8 @@ RUN python3 -m pip install --break-system-packages --require-hashes --no-cache-d
35
# Set default environment options for CMake and ccache
36
ENV CMAKE_GENERATOR="Ninja"
37
ENV CMAKE_EXPORT_COMPILE_COMMANDS="On"
38
-ENV CCACHE_DIR=/root/.ccache
+ENV CCACHE_DIR=/cache/.ccache
39
+ENV CPM_SOURCE_CACHE=/cache/.cpm-cache
40
41
# Install clang toolchain
42
COPY .devcontainer/cpp/apt-requirements-clang.json /tmp/apt-requirements-clang.json
0 commit comments