Skip to content

Commit

Permalink
Merge pull request #333 from boegel/2023.06_eb481
Browse files Browse the repository at this point in the history
{2023.06} EasyBuild v4.8.1 + re-install Java/11 with it
  • Loading branch information
bedroge authored Sep 13, 2023
2 parents 1c11b95 + ea318e6 commit 41fbcd7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test_eessi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- eessi-2023.06-eb-4.8.0-2021a.yml
- eessi-2023.06-eb-4.8.0-system.yml
- eessi-2023.06-eb-4.8.0-2021b.yml
- eessi-2023.06-eb-4.8.1-system.yml
steps:
- name: Check out software-layer repository
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ else
echo_green ">> MODULEPATH set up: ${MODULEPATH}"
fi

for eb_version in '4.7.2' '4.8.0'; do
for eb_version in '4.7.2' '4.8.0' '4.8.1'; do

# load EasyBuild module (will be installed if it's not available yet)
source ${TOPDIR}/load_easybuild_module.sh ${eb_version}
Expand Down
3 changes: 3 additions & 0 deletions eessi-2023.06-eb-4.8.0-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ easyconfigs:
# + https://github.com/easybuilders/easybuild-easyblocks/pull/2995
options:
include-easyblocks-from-pr: 2995
- EasyBuild-4.8.1.eb:
options:
from-pr: 18761
3 changes: 3 additions & 0 deletions eessi-2023.06-eb-4.8.1-system.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
easyconfigs:
# rebuilt with EasyBuild v4.8.1 (now wraps around Java/11.0.20)
- Java-11.eb

0 comments on commit 41fbcd7

Please sign in to comment.