-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Runs bb and nargo behind sem in bootstrap
This PR removes the PARALLELISM for building each contract and circuit that had been introduced in #10909. Instead, it adds a `sem` around the resource-hungry sections of code, using the PARALLELISM default. This allows for more parallelism of the entire script, while slowing down only on the parts where it's really needed. Alternative to #11030.
- Loading branch information
1 parent
e076000
commit cc24ff9
Showing
2 changed files
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters