Start work on building macOS binary with bypy

This commit is contained in:
Kovid Goyal 2020-06-04 23:18:48 +05:30
parent 45d1b978d8
commit f72ecf1791
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 9 additions and 2 deletions

6
bypy/macos.conf Normal file
View File

@ -0,0 +1,6 @@
# Requires installation of XCode 10.3 and Python 3 and
# python3 -m pip install certifi
vm_name 'macos-kitty-build'
root '/Users/Shared/kitty-build'
python '/usr/local/bin/python3'

1
bypy/rsync.conf Normal file
View File

@ -0,0 +1 @@
to_vm_excludes '/build /dist /.build-cache /tags __pycache__ /*_commands.json *.so *.pyd *.pyc'

View File

@ -22,8 +22,8 @@
"name": "pkg-config",
"os": "macos",
"unix": {
"filename": "pkg-config-0.29.tar.gz",
"hash": "sha1:f4b19d203b3896a4293af4b62c7f908063c88a5a",
"filename": "pkg-config-0.29.2.tar.gz",
"hash": "sha256:6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591",
"urls": ["https://pkg-config.freedesktop.org/releases/{filename}"]
}
},