Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pbo-linaro committed Oct 15, 2024
1 parent 281e853 commit 310e09c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pushd $script_dir
image=qemu-$arch
podman build -t $image -f - --build-arg arch=$arch < Dockerfile
mkdir -p build_$arch build
mkdir -p $HOME/.cache/ccache
podman run -it \
-e CCACHE_DIR=$HOME/.cache/ccache \
-v $HOME/.cache/ccache/:$HOME/.cache/ccache/ \
Expand Down

0 comments on commit 310e09c

Please sign in to comment.