diff --git a/infer/lib/python/inferlib/bucklib.py b/infer/lib/python/inferlib/bucklib.py index 2dc2c7c18..ffbbad4cb 100644 --- a/infer/lib/python/inferlib/bucklib.py +++ b/infer/lib/python/inferlib/bucklib.py @@ -49,7 +49,7 @@ def prepare_build(args): configuration that tells buck to use that script. """ - infer_options = ['--buck'] + infer_options = ['--buck', '--jobs', '1'] if args.java_jar_compiler is not None: infer_options += [