Skip to content

Commit

Permalink
mark support for installing extensions in paralalel as being mature, …
Browse files Browse the repository at this point in the history
…since it's no longer experimental
  • Loading branch information
boegel committed Oct 7, 2024
1 parent 9eb0e4a commit bfc1088
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions easybuild/tools/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,10 +948,6 @@ def postprocess(self):
# set tmpdir
self.tmpdir = set_tmpdir(self.options.tmpdir)

# early check for opt-in to installing extensions in parallel (experimental feature)
if self.options.parallel_extensions_install:
self.log.experimental("installing extensions in parallel")

# take --include options into account (unless instructed otherwise)
if self.with_include:
self._postprocess_include()
Expand Down

0 comments on commit bfc1088

Please sign in to comment.