Skip to content

Commit

Permalink
boost: don't build the tests in parallel to see where c3i chokes
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed May 4, 2021
1 parent 6eb09e5 commit 19c7c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/boost/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def build(self):
cmake.definitions["WITH_STACKTRACE_ADDR2LINE"] = self.deps_user_info["boost"].stacktrace_addr2line_available
cmake.definitions["WITH_STACKTRACE_BACKTRACE"] = self._boost_option("with_stacktrace_backtrace", False)
cmake.configure()
cmake.parallel = False
cmake.build()

def test(self):
Expand Down

0 comments on commit 19c7c1c

Please sign in to comment.