mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Typo in master.cfg
This commit is contained in:
@@ -654,14 +654,12 @@ def python_manylinux_builder(bitness="64"):
|
||||
factory = getBaseFactory()
|
||||
# Remove the temporary folder for installs
|
||||
factory.addStep(RemoveDirectory(dir="build/install_root", haltOnFailure = False))
|
||||
|
||||
factory.addStep(ShellCommand(command = ' '.join(['chmod',"+x","00_prepare_docker.sh","&&","./00_prepare_docker.sh",str(bitness)]),
|
||||
workdir= working_folder,
|
||||
haltOnFailure = True))
|
||||
#factory.addStep(DirectoryUpload(slavesrc="install_root", masterdest=master_loc_rel, url="binaries", compress="bz2"))
|
||||
|
||||
pyID = getIDstr(platform="linux", bitness=str(bitness)+"bit")
|
||||
upload_command(factory, "install_root", pyID=pyID)
|
||||
pyID = getIDstr(platform="linux", bitness=str(bitness)+"bit")
|
||||
upload_command(factory, "install_root", pyID=pyID)
|
||||
return factory
|
||||
|
||||
# def deb_slave():
|
||||
|
||||
Reference in New Issue
Block a user