fix: remove calling ulimit
while this may have succeeded on github actions it probably isn't wise to run it every time at least automatically.
This commit is contained in:
parent
e38c1ff04c
commit
8c10a0ad0d
@ -40,7 +40,7 @@ killed=true
|
||||
# 393 ok
|
||||
# 400 ok
|
||||
# 450 ok
|
||||
ulimit -s 8192 -c unlimited
|
||||
# ulimit -s 8192 -c unlimited
|
||||
./http "$@" 2>&1 | tee -a /tmp/rust.log || retval=$?
|
||||
killed=false
|
||||
echo "<<<< exiting $$ with $retval" | tee -a /tmp/rust.log >&2
|
||||
|
Loading…
Reference in New Issue
Block a user