1
0
Fork 0
llvm-premerge-checks/containers/buildbot-windows/start.sh

15 lines
331 B
Bash
Raw Normal View History

2023-09-07 14:42:10 +02:00
# Checkout path is set to a fixed short value (e.g. c:\ws\src) to keep paths
# short as many tools break on Windows with paths longer than 250.
: ${WORKDIR:=/c/ws}
echo "WORKDIR $WORKDIR"
mkdir -p "$WORKDIR"
SCCACHE_DIR="$WORKDIR/sccache"
SCCACHE_IDLE_TIMEOUT="0"
SCCACHE_CACHE_SIZE=20G
sccache --start-server
whoami
env
tail -f