Skip to content

Commit

Permalink
try using from-pr and don't restrict 'parallel'
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 3, 2024
1 parent 81648ad commit b04060d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ else
# load EasyBuild module (will be installed if it's not available yet)
source ${TOPDIR}/load_easybuild_module.sh ${eb_version}

export EASYBUILD_PARALLEL=4
# export EASYBUILD_PARALLEL=4

${EB} --show-config

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ easyconfigs:
options:
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/20379
# Note, it's not the merge commit but the one before.
from-commit: ae2fc38307b56ae7ac12dff95c9d07404e1a8530
# from-commit: ae2fc38307b56ae7ac12dff95c9d07404e1a8530
# trying from-pr as an alternative
from-pr: 20379

0 comments on commit b04060d

Please sign in to comment.