File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV RUSTC_WRAPPER=/usr/local/bin/sccache
66
77# Download and configure ARM64-compatible sccache
88RUN curl -fsSL https://github.com/mozilla/sccache/releases/download/v$SCCACHE/sccache-v$SCCACHE-aarch64-unknown-linux-musl.tar.gz | tar -xzv --strip-components=1 -C /usr/local/bin sccache-v$SCCACHE-aarch64-unknown-linux-musl/sccache && \
9- chmod +x /usr/local/bin/sccacheExpand commentComment on line R9Resolved
9+ chmod +x /usr/local/bin/sccache
1010
1111FROM chef AS planner
1212
@@ -50,7 +50,7 @@ RUN PROTOC_ZIP=protoc-21.12-linux-aarch_64.zip && \
5050 curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v21.12/$PROTOC_ZIP && \
5151 unzip -o $PROTOC_ZIP -d /usr/local bin/protoc && \
5252 unzip -o $PROTOC_ZIP -d /usr/local 'include/*' && \
53- rm -f $PROTOC_ZIPExpand commentComment on line R53Resolved
53+ rm -f $PROTOC_ZIP
5454
5555COPY proto proto
5656
You can’t perform that action at this time.
0 commit comments