1
0
Fork 0
llvm-premerge-checks/containers/buildbot-windows/start.sh
Mikhail Goncharov c6d092ec94 buildbot windows
2023-09-07 14:45:12 +02:00

15 lines
No EOL
331 B
Bash

# 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