mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 19:31:46 +00:00
...
This commit is contained in:
parent
c6e823b3de
commit
d369da2e04
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.py
vendored
4
.github/workflows/ci.py
vendored
|
|
@ -134,10 +134,10 @@ def install_deps() -> None:
|
|||
def build_kitty() -> None:
|
||||
python = shutil.which('python3') if is_bundle else sys.executable
|
||||
cmd = f'{python} setup.py build --verbose'
|
||||
if is_macos:
|
||||
cmd += ' --debug' # for better crash report to debug SIGILL issue
|
||||
if os.environ.get('KITTY_SANITIZE') == '1':
|
||||
cmd += ' --debug --sanitize'
|
||||
elif is_macos:
|
||||
cmd += ' --debug' # for better crash report to debug SIGILL issue
|
||||
run(cmd)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue