Skip to content

Commit 310e09c

Browse files
committed
wip
1 parent 281e853 commit 310e09c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run.sh

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pushd $script_dir
1818
image=qemu-$arch
1919
podman build -t $image -f - --build-arg arch=$arch < Dockerfile
2020
mkdir -p build_$arch build
21+
mkdir -p $HOME/.cache/ccache
2122
podman run -it \
2223
-e CCACHE_DIR=$HOME/.cache/ccache \
2324
-v $HOME/.cache/ccache/:$HOME/.cache/ccache/ \

0 commit comments

Comments
 (0)