Skip to content

Commit

Permalink
ensure ccache directory is present
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnaud committed Dec 6, 2023
1 parent b124d3c commit 78b4ed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ then
export CCACHE_DIR=${CCACHE_DIR:-default /mnt/ccache}
export CCACHE_MAXSIZE=10G
export CCACHE_COMPILERCHECK="%compiler% -dumpmachine; %compiler% -dumpversion"
mkdir -p ${CCACHE_DIR}
else
export CLEAN_BUILD=true
fi
Expand Down

0 comments on commit 78b4ed1

Please sign in to comment.