Skip to content

Commit

Permalink
Build our own sccache v0.8.1 package. (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaszimmermann authored Jun 28, 2024
2 parents 070993a + a798e7b commit 2cfd45f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions images/wkdev_sdk/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,8 @@ RUN export QT_VERSION=$(qmake6 -query QT_VERSION) && \
ln -s ${directory} ${directory}/${QT_VERSION} >/dev/null 2>&1 || true; \
done

# Build custom sccache version (the Ubuntu provided 0.7.7 package is broken)
RUN cargo install --root /usr/local --version 0.8.1 --locked sccache

# Switch back to interactive prompt, when using apt.
ENV DEBIAN_FRONTEND dialog
2 changes: 1 addition & 1 deletion images/wkdev_sdk/required_system_packages/04-devtools.lst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build-essential cmake ninja-build

# Build tools
icecc ccache sccache
icecc ccache cargo

# Debugging / profiling / tracing
valgrind rr perf-tools-unstable systemd-coredump
Expand Down

0 comments on commit 2cfd45f

Please sign in to comment.