Skip to content

Commit 78b4ed1

Browse files
committed
ensure ccache directory is present
1 parent b124d3c commit 78b4ed1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ then
1919
export CCACHE_DIR=${CCACHE_DIR:-default /mnt/ccache}
2020
export CCACHE_MAXSIZE=10G
2121
export CCACHE_COMPILERCHECK="%compiler% -dumpmachine; %compiler% -dumpversion"
22+
mkdir -p ${CCACHE_DIR}
2223
else
2324
export CLEAN_BUILD=true
2425
fi

0 commit comments

Comments
 (0)