We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf5f34 commit 4c54ea6Copy full SHA for 4c54ea6
workspace_tools/build_travis.py
@@ -59,7 +59,7 @@ def run_builds(dry_run):
59
toolchain_list = build["toolchains"]
60
if type(toolchain_list) != type([]): toolchain_list = [toolchain_list]
61
for toolchain in toolchain_list:
62
- cmdline = "python workspace_tools/build.py -m %s -t %s -c " % (build["target"], toolchain)
+ cmdline = "python workspace_tools/build.py -m %s -t %s -j 4 -c " % (build["target"], toolchain)
63
libs = build.get("libs", [])
64
if libs:
65
cmdline = cmdline + " ".join(["--" + l for l in libs])
0 commit comments