mirror of
https://github.com/monero-project/meta.git
synced 2024-11-17 00:07:52 +00:00
remove a timeout from CoreFactory for building gui
This commit is contained in:
parent
6be204f3c5
commit
a3c4fd14f1
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ win64ReleaseFactory.addStep(steps.FileUpload(slavesrc=WithProperties("monero-%(g
|
|||
|
||||
coreFactory = util.BuildFactory()
|
||||
coreFactory.addStep(steps.Git(repourl='https://github.com/monero-project/monero-core.git', mode='full'))
|
||||
coreFactory.addStep(steps.Compile(command = ["bash", "-ex", "build.sh"]))
|
||||
coreFactory.addStep(steps.Compile(command = ["bash", "-ex", "build.sh"], timeout=None))
|
||||
|
||||
coreOsxFactory = util.BuildFactory()
|
||||
coreOsxFactory.addStep(steps.Git(repourl='https://github.com/monero-project/monero-core.git', mode='full'))
|
||||
|
|
Loading…
Reference in a new issue