Skip to content

Commit 41fbcd7

Browse files
authored
Merge pull request #333 from boegel/2023.06_eb481
{2023.06} EasyBuild v4.8.1 + re-install Java/11 with it
2 parents 1c11b95 + ea318e6 commit 41fbcd7

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.github/workflows/test_eessi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- eessi-2023.06-eb-4.8.0-2021a.yml
3030
- eessi-2023.06-eb-4.8.0-system.yml
3131
- eessi-2023.06-eb-4.8.0-2021b.yml
32+
- eessi-2023.06-eb-4.8.1-system.yml
3233
steps:
3334
- name: Check out software-layer repository
3435
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0

EESSI-pilot-install-software.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ else
172172
echo_green ">> MODULEPATH set up: ${MODULEPATH}"
173173
fi
174174

175-
for eb_version in '4.7.2' '4.8.0'; do
175+
for eb_version in '4.7.2' '4.8.0' '4.8.1'; do
176176

177177
# load EasyBuild module (will be installed if it's not available yet)
178178
source ${TOPDIR}/load_easybuild_module.sh ${eb_version}

eessi-2023.06-eb-4.8.0-system.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ easyconfigs:
55
# + https://github.com/easybuilders/easybuild-easyblocks/pull/2995
66
options:
77
include-easyblocks-from-pr: 2995
8+
- EasyBuild-4.8.1.eb:
9+
options:
10+
from-pr: 18761

eessi-2023.06-eb-4.8.1-system.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
easyconfigs:
2+
# rebuilt with EasyBuild v4.8.1 (now wraps around Java/11.0.20)
3+
- Java-11.eb

0 commit comments

Comments
 (0)