Skip to content

Commit 173332f

Browse files
author
Caspar van Leeuwen
committed
Try to retrigger issue 517
1 parent b1508b5 commit 173332f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

install_apptainer_ubuntu.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ set -e
55
# see https://github.com/apptainer/singularity/issues/5390#issuecomment-899111181
66
sudo apt-get install alien
77
alien --version
8-
# stick to Apptainer < 1.3.0 by downloading from EPEL 8.8 archive,
9-
# since CI workflow for testing scripts hangs/fails when using Apptainer 1.3.0
10-
# cfr. https://github.com/EESSI/software-layer/pull/514
8+
# Switch back to Apptainer >= 1.3.0 to retrigger
9+
# https://github.com/EESSI/software-layer/pull/514
1110
epel_subdir="pub/epel/8"
12-
epel_subdir="pub/archive/epel/8.8"
1311
apptainer_rpm=$(curl --silent -L https://dl.fedoraproject.org/${epel_subdir}/Everything/x86_64/Packages/a/ | grep 'apptainer-[0-9]' | sed 's/.*\(apptainer[0-9._a-z-]*.rpm\).*/\1/g')
1412
curl -OL https://dl.fedoraproject.org/${epel_subdir}/Everything/x86_64/Packages/a/${apptainer_rpm}
1513
sudo alien -d ${apptainer_rpm}

scripts/gpu_support/nvidia/install_cuda_host_injections.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
# installation to be successful, this directory needs to be writeable by the user
1313
# executing this script.
1414

15+
# TRIGGER SCRIPT CHANGE TO REPRODUCE https://github.com/EESSI/software-layer/issues/517
16+
# THIS COMMENT SHOULD NEVER BE MERGED!
17+
1518
# Initialise our bash functions
1619
TOPDIR=$(dirname $(realpath $BASH_SOURCE))
1720
source "$TOPDIR"/../../utils.sh

0 commit comments

Comments
 (0)