build(Makefile): disable buggy custom stack-work locking for now
This commit is contained in:
parent
3699d06c5a
commit
8d8d78dc81
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user