We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb5eb2 commit 1213683Copy full SHA for 1213683
.devcontainer/Dockerfile
@@ -37,6 +37,7 @@ RUN apt-get update \
37
valgrind \
38
docker.io \
39
iputils-ping \
40
+ icecc \
41
&& :
42
43
RUN groupadd -g $USER_GID $USERNAME \
@@ -80,3 +81,8 @@ ENV TIZEN_ROOTFS /tizen_rootfs
80
81
82
# Fast Model GDB plugins path for debugging support
83
ENV FAST_MODEL_PLUGINS_PATH /opt/FastModelsPortfolio_11.16/plugins/Linux64_GCC-9.3
84
+
85
+# icecc and ccache for cluster compilation
86
+ENV CHIP_PW_COMMAND_LAUNCHER ccache
87
+ENV CCACHE_PREFIX icecc
88
+ENV PATH /usr/lib/ccache:$PATH
0 commit comments