We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281e853 commit 310e09cCopy full SHA for 310e09c
run.sh
@@ -18,6 +18,7 @@ pushd $script_dir
18
image=qemu-$arch
19
podman build -t $image -f - --build-arg arch=$arch < Dockerfile
20
mkdir -p build_$arch build
21
+mkdir -p $HOME/.cache/ccache
22
podman run -it \
23
-e CCACHE_DIR=$HOME/.cache/ccache \
24
-v $HOME/.cache/ccache/:$HOME/.cache/ccache/ \
0 commit comments