Skip to content

Commit d019304

Browse files
committed
Ubuntu: Remove sccache
1 parent db11427 commit d019304

3 files changed

Lines changed: 0 additions & 19 deletions

File tree

ubuntu-20.04-qt6.6/Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,6 @@ RUN wget -c "${CMAKE_URL}" -O /tmp.tar.gz \
8888
&& make install \
8989
&& cd / && rm -rf "/opt/cmake-$CMAKE_VERSION"
9090

91-
# Install sccache
92-
ARG SCCACHE_VERSION="0.8.2"
93-
ARG SCCACHE_URL="https://github.com/mozilla/sccache/releases/download/v$SCCACHE_VERSION/sccache-v$SCCACHE_VERSION-x86_64-unknown-linux-musl.tar.gz"
94-
RUN wget -c "$SCCACHE_URL" -O /tmp.tar.gz \
95-
&& tar -zxf /tmp.tar.gz \
96-
&& cp "./sccache-v$SCCACHE_VERSION-x86_64-unknown-linux-musl/sccache" /usr/local/bin/ \
97-
&& rm -rf "./sccache-v$SCCACHE_VERSION-x86_64-unknown-linux-musl" \
98-
&& rm /tmp.tar.gz
99-
10091
# Install OpenCascade
10192
ARG OCC_VERSION="7_7_2"
10293
ARG OCC_URL="https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/V$OCC_VERSION.tar.gz"

ubuntu-22.04/Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,5 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
7070
&& chmod 777 $RUSTUP_HOME \
7171
&& chmod 777 $CARGO_HOME
7272

73-
# Install sccache
74-
ARG SCCACHE_VERSION="0.8.2"
75-
ARG SCCACHE_URL="https://github.com/mozilla/sccache/releases/download/v$SCCACHE_VERSION/sccache-v$SCCACHE_VERSION-x86_64-unknown-linux-musl.tar.gz"
76-
RUN wget -c "$SCCACHE_URL" -O /tmp.tar.gz \
77-
&& tar -zxf /tmp.tar.gz \
78-
&& cp "./sccache-v$SCCACHE_VERSION-x86_64-unknown-linux-musl/sccache" /usr/local/bin/ \
79-
&& rm -rf "./sccache-v$SCCACHE_VERSION-x86_64-unknown-linux-musl" \
80-
&& rm /tmp.tar.gz
81-
8273
# LibrePCB's unittests expect that there is a USERNAME environment variable
8374
ENV USERNAME="root"

ubuntu-24.04/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
4949
qt6-l10n-tools \
5050
qt6-tools-dev \
5151
qt6-tools-dev-tools \
52-
sccache \
5352
wget \
5453
xvfb \
5554
zlib1g \

0 commit comments

Comments
 (0)