Use separate vms for python3 builds

This commit is contained in:
Kovid Goyal 2020-06-14 12:54:48 +05:30
parent 9a5a84069b
commit 75a0251391
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -9,10 +9,9 @@
# Ensure the windwos sdk version at least 10.0.18362 or newer is installed, needed for # Ensure the windwos sdk version at least 10.0.18362 or newer is installed, needed for
# qt-webengine-14.1 # qt-webengine-14.1
vm_name 'windows-calibre-build' vm_name 'windows-calibre'
root 'C:/r' root 'C:/r'
python 'py.exe' python 'py.exe'
python2 'C:/Python27/python.exe'
perl 'C:/Strawberry/perl/bin/perl.exe' perl 'C:/Strawberry/perl/bin/perl.exe'
ruby 'C:/Ruby27-x64/bin/ruby.exe' ruby 'C:/Ruby27-x64/bin/ruby.exe'
mesa 'C:/mesa' mesa 'C:/mesa'