Skip to content

Commit

Permalink
Revert concurrency throttling for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Feb 21, 2025
1 parent d38bd57 commit a2074fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions extensions/cxx_debugging/tools/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@ def stage2(source_dir, stage1_dir, OPTIONS):
maybe_cmake(binary_dir, cmake_args, OPTIONS.verbose)

num_cores = os.cpu_count()
# HACK: throttle the number of cores to avoid OOM on the CI
if os.getenv('CI'):
num_cores = min(num_cores, 1)

env = os.environ.copy()

Expand Down

0 comments on commit a2074fc

Please sign in to comment.