Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
easyconfigs:
# initially used the following commit for GCCcore, but that's part of 5.3.1 now:
# from-commit: 94aeb90638583b8153b8c3dce5f9fc2046c7795e
- GCCcore-15.2.0.eb
- Perl-5.42.0-GCCcore-15.2.0.eb:
options:
max-parallel: "1"

@casparvl casparvl Jul 28, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we do this in the hooks? Or is there a better fix for the tests so that we can fix it alltogether? Or is there an option just to disable the parallelism on the tests? (should be possible with a hook I guess?)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely better to do this in the hooks than here (just in case we'll rebuild things for another CPU target in the future, for example).

We should also add a comment to make it clear why this is necessary...

I think @bedroge has notes on that somewhere?

Installing the whole Perl easyconfig with just a single core will take a long time, which is a bit annoying, but not a showstopper. Would of course be nicer to only use a single core where it's really necessary...

- Perl-5.38.0.eb:
options:
max-parallel: "1"
- hwloc-2.13.0-GCCcore-15.2.0.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/26344
from-commit: 608229129d057b3abfd475b5e5f22eba6b711801
- libunistring-1.4.1-GCCcore-15.2.0.eb:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/26351
from-commit: f3faa6b1d73a6988e1fc2083778d1b7144c5c7d3
- foss-2026.1.eb
Loading