No ulimit on Linux CI

This commit is contained in:
Kovid Goyal 2024-01-18 13:57:58 +05:30
parent 99d1eec021
commit 43e0281ab5
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -93,8 +93,8 @@ def build_kitty():
def test_kitty():
run('ulimit -c unlimited')
if is_macos:
run('ulimit -c unlimited')
run('sudo chmod -R 777 /cores')
run('./test.py', print_crash_reports=True)