Skip to content

Commit a2074fc

Browse files
Revert concurrency throttling for CI
1 parent d38bd57 commit a2074fc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

extensions/cxx_debugging/tools/bootstrap.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ def stage2(source_dir, stage1_dir, OPTIONS):
190190
maybe_cmake(binary_dir, cmake_args, OPTIONS.verbose)
191191

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

197194
env = os.environ.copy()
198195

0 commit comments

Comments
 (0)