Skip to content

Commit 60cc5ba

Browse files
committed
ci: avoid sccache race condition
Assisted-by: ClaudeCode:sonnet-4-6
1 parent 3a7840a commit 60cc5ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.cross/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ RUN apt-get update && \
1414
ENV CC=clang \
1515
CXX=clang++ \
1616
AR=llvm-ar \
17-
RUSTC_WRAPPER="/usr/bin/sccache"
17+
RUSTC_WRAPPER="/usr/bin/sccache" \
18+
SCCACHE_DIRECT=true

0 commit comments

Comments
 (0)