mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 02:05:43 +08:00
Issue #15 [CI] Don't parallelize make check
This commit is contained in:
@@ -80,7 +80,7 @@ class Builder:
|
|||||||
build_path = self._get_swift_build_path()
|
build_path = self._get_swift_build_path()
|
||||||
os.chdir(build_path)
|
os.chdir(build_path)
|
||||||
if self._should_run_checks():
|
if self._should_run_checks():
|
||||||
subprocess.check_call([self.make_cmd, 'check'], env=dict(os.environ))
|
subprocess.check_call([self.make_cmd, 'check', '-j1'], env=dict(os.environ))
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def install(self):
|
def install(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user