From 8ea453fc6f3f6cbe10734d915e3e38b223d8ef42 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Fri, 23 Jan 2026 11:44:46 +0100 Subject: [PATCH 1/2] {2023.06}[system] Julia 1.12.2 --- .../2023.06/eessi-2023.06-eb-5.2.0-001-system.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-5.2.0-001-system.yml diff --git a/easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-5.2.0-001-system.yml b/easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-5.2.0-001-system.yml new file mode 100644 index 0000000000..446ebf605a --- /dev/null +++ b/easystacks/software.eessi.io/2023.06/eessi-2023.06-eb-5.2.0-001-system.yml @@ -0,0 +1,2 @@ +easyconfigs: + - Julia-1.12.2.eb From 914642e8676df9b053e91358e66b57f8bde4ad29 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Sat, 24 Jan 2026 07:52:46 +0100 Subject: [PATCH 2/2] use custom repo+branch for SL scripts --- bot/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/build.sh b/bot/build.sh index 2884db8de4..560b0de902 100755 --- a/bot/build.sh +++ b/bot/build.sh @@ -3,7 +3,8 @@ # give up as soon as any error occurs set -e -git clone https://github.com/EESSI/software-layer-scripts +# git clone https://github.com/EESSI/software-layer-scripts +git clone --single-branch --branch debug_bind_mount_issue https://github.com/trz42/software-layer-scripts # symlink everything, except for: # - common files like LICENSE and README.md