Skip to content

Commit 1213683

Browse files
committed
Add icecc and ccache
1 parent 2bb5eb2 commit 1213683

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.devcontainer/Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN apt-get update \
3737
valgrind \
3838
docker.io \
3939
iputils-ping \
40+
icecc \
4041
&& :
4142

4243
RUN groupadd -g $USER_GID $USERNAME \
@@ -80,3 +81,8 @@ ENV TIZEN_ROOTFS /tizen_rootfs
8081

8182
# Fast Model GDB plugins path for debugging support
8283
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

Comments
 (0)