Partially reverted bad modification #2363

This commit is contained in:
Alexey Milovidov 2018-05-14 22:38:11 +03:00
parent 90cb2f45e5
commit 22dfdfc7e5

View File

@ -3,9 +3,6 @@ set -e -x
source default-config
ccache -M 32G
ccache -s
[[ -d "${WORKSPACE}/sources" ]] || die "Run get-sources.sh first"
mkdir -p "${WORKSPACE}/build"