build(Makefile): disable buggy custom stack-work locking for now

This commit is contained in:
Sarah Vaupel 2024-11-10 01:43:21 +01:00
parent 3699d06c5a
commit 8d8d78dc81

View File

@ -2,10 +2,10 @@
STACK_WORK_SRC=.stack-work-${JOB}
if [[ -e .stack-work.lock ]]; then
echo ".stack-work directory is locked (lock file exists); is another stack currently running?"
exit 1
fi
#if [[ -e .stack-work.lock ]]; then
# echo ".stack-work directory is locked (lock file exists); is another stack currently running?"
# exit 1
#fi
touch .stack-work.lock
rm -rf .stack-work