Skip to content

Commit 25acb2b

Browse files
committed
remove context method for disabling parallel builds
There is no reason to disable them once they are enabled and it may not be safe.
1 parent d8d1e92 commit 25acb2b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/fromager/context.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ def __init__(
8080
def enable_parallel_builds(self) -> None:
8181
self._parallel_builds = True
8282

83-
def disable_parallel_builds(self) -> None:
84-
self._parallel_builds = False
85-
8683
@property
8784
def wheels_build(self) -> pathlib.Path:
8885
# when parallel builds are enabled, return a path that is unique for the

0 commit comments

Comments
 (0)