mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 07:20:44 -04:00
Build linux arm64 in parallel as its the slowest by far
This commit is contained in:
parent
29505f1951
commit
483e976ccc
@ -40,7 +40,7 @@ class Stage2(Command):
|
|||||||
self.info('Starting builds for all platforms, this will take a while...')
|
self.info('Starting builds for all platforms, this will take a while...')
|
||||||
|
|
||||||
session = ['layout vertical']
|
session = ['layout vertical']
|
||||||
platforms = 'linux', 'osx', 'win'
|
platforms = 'linux64', 'linuxarm64', 'osx', 'win'
|
||||||
for x in platforms:
|
for x in platforms:
|
||||||
cmd = (
|
cmd = (
|
||||||
'''{exe} -c "import subprocess; subprocess.Popen(['{exe}', './setup.py', '{x}']).wait() != 0 and'''
|
'''{exe} -c "import subprocess; subprocess.Popen(['{exe}', './setup.py', '{x}']).wait() != 0 and'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user