mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 10:41:12 +00:00
tools: toolchain: install ccache
Not strictly necessary, but often useful to reduce rebuild times. The user will need to bind-mount a populated cache.
This commit is contained in:
@@ -3,4 +3,5 @@ ADD ./install-dependencies.sh ./
|
||||
ADD ./seastar/install-dependencies.sh ./seastar/
|
||||
RUN dnf -y install 'dnf-command(copr)' \
|
||||
&& dnf -y copr enable scylladb/toolchain \
|
||||
&& dnf -y install ccache \
|
||||
&& /bin/bash -x ./install-dependencies.sh && dnf -y update
|
||||
|
||||
Reference in New Issue
Block a user