mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-06 16:05:05 +02:00
No ulimit on Linux CI
This commit is contained in:
2
.github/workflows/ci.py
vendored
2
.github/workflows/ci.py
vendored
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user