Skip to content

Commit 2556dc8

Browse files
feedback
Created using spr 1.3.4
1 parent f5ce396 commit 2556dc8

File tree

1 file changed

+2
-0
lines changed
  • .github/workflows/containers/github-action-ci

1 file changed

+2
-0
lines changed

.github/workflows/containers/github-action-ci/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ RUN apt-get update && \
7070
# We need sccache for caching. We cannot use the apt repository version because
7171
# it is too old and has bugs related to features we require (particularly GCS
7272
# caching), so we manually install it here.
73+
# TODO(boomanaiden154): We should return to installing this from the apt
74+
# repository once a version containing the necessary bug fixes is available.
7375
RUN curl -L 'https://github.com/mozilla/sccache/releases/download/v0.10.0/sccache-v0.10.0-x86_64-unknown-linux-musl.tar.gz' > /tmp/sccache.tar.gz && \
7476
echo "1fbb35e135660d04a2d5e42b59c7874d39b3deb17de56330b25b713ec59f849b /tmp/sccache.tar.gz" | sha256sum -c && \
7577
tar xzf /tmp/sccache.tar.gz -O --wildcards '*/sccache' > '/usr/local/bin/sccache' && \

0 commit comments

Comments
 (0)