Skip to content

Commit

Permalink
Test building with only one thread for mybinder.
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Acosta <[email protected]>
  • Loading branch information
pipeacosta committed Dec 22, 2024
1 parent abacc21 commit 401b3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def build_extension(self, ext):
if self.parallel:
build_args = ['--', '-j' + str(self.parallel)]
else:
build_args = ['--', '-j4']
build_args = ['--', '-j1']

if not os.path.exists(self.build_temp):
os.makedirs(self.build_temp)
Expand Down

0 comments on commit 401b3eb

Please sign in to comment.