We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7840a commit 60cc5baCopy full SHA for 60cc5ba
1 file changed
.cross/Dockerfile
@@ -14,4 +14,5 @@ RUN apt-get update && \
14
ENV CC=clang \
15
CXX=clang++ \
16
AR=llvm-ar \
17
- RUSTC_WRAPPER="/usr/bin/sccache"
+ RUSTC_WRAPPER="/usr/bin/sccache" \
18
+ SCCACHE_DIRECT=true
0 commit comments