Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Commit

Permalink
add sccache
Browse files Browse the repository at this point in the history
Install sccache to try and improve caching of builds.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
galak committed Sep 14, 2019
1 parent 4dbcd1f commit 91a60a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shippable/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ apt-get install -y \
ninja-build \
lcov \
libglib2.0-dev \
libpcap-dev
libpcap-dev \
cargo

pip3 install -r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/master/scripts/requirements.txt
pip3 install awscli PyGithub junitparser pylint
Expand All @@ -63,4 +64,6 @@ update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 50 --slave /usr/bi
update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-6 50
gcc --version

# install sccache
cargo install --root=/usr/local sccache

0 comments on commit 91a60a8

Please sign in to comment.