Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker/Dockerfile.ci_hexagon
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ ENV PATH /opt/android-sdk-linux/platform-tools:$PATH
COPY install/ubuntu_install_hexagon.sh /install/ubuntu_install_hexagon.sh
RUN bash /install/ubuntu_install_hexagon.sh
ENV CLANG_LLVM_HOME /opt/clang-llvm
ENV PATH /opt/clang-llvm/bin:$PATH
ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:/opt/clang-llvm/lib
ENV HEXAGON_TOOLCHAIN "${HEXAGON_SDK_PATH}/tools/HEXAGON_Tools/8.5.08/Tools"

Expand Down
2 changes: 2 additions & 0 deletions docker/install/ubuntu_install_sccache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ cargo install sccache
mkdir /opt/sccache
ln "$(which sccache)" /opt/sccache/cc
ln "$(which sccache)" /opt/sccache/c++
ln "$(which sccache)" /opt/sccache/clang
ln "$(which sccache)" /opt/sccache/clang++

# make rust usable by all users after install during container build
chmod -R a+rw /opt/rust