Skip to content

Commit 1ea0fc3

Browse files
committed
disabled parallel build, because something wrongs with circleci machine
1 parent a5c78c0 commit 1ea0fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def source(self):
5959
self.run("git clone --recursive https://github.com/MinterTeam/cpp-minter.git .")
6060

6161
def build(self):
62-
cmake = CMake(self)
62+
cmake = CMake(self, parallel=False)
6363
cmake.configure(defs={'WITH_TEST': 'Off', 'CMAKE_BUILD_TYPE': 'Release'})
6464
cmake.build()
6565

0 commit comments

Comments
 (0)