File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
10192ARG OCC_VERSION="7_7_2"
10293ARG OCC_URL="https://github.com/Open-Cascade-SAS/OCCT/archive/refs/tags/V$OCC_VERSION.tar.gz"
Original file line number Diff line number Diff 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
8374ENV USERNAME="root"
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments