Skip to content

Commit 0be2c1c

Browse files
committed
workaround singularity dependency
1 parent 59b996a commit 0be2c1c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roles/builder/defaults/main/dnf_packages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
releasever: '8.6'
2-
31
rpm_keys:
42
- https://yum.osc.edu/ondemand/RPM-GPG-KEY-ondemand # https://github.com/OSC/ood-ansible/blob/master/defaults/main/install.yml: rpm_repo_key
53

@@ -15,6 +13,9 @@ dnf_release_packages: # list of ansible.builtin.dnf args for packages to install
1513
disable_gpg_check: yes
1614
- name: https://yum.osc.edu/ondemand/2.0/ondemand-release-web-2.0-1.noarch.rpm # https://github.com/OSC/ood-ansible/blob/master/defaults/main/install.yml:rpm_repo_url
1715
disable_gpg_check: yes
16+
# workaround https://github.com/openhpc/ohpc/issues/1644:
17+
- name: https://github.com/apptainer/apptainer/releases/download/v1.1.3/apptainer-1.1.3-1.x86_64.rpm
18+
disable_gpg_check: yes
1819

1920
dnf_repofiles_no_minor_releasever: # list of repofiles which can't cope with an X.Y releasever
2021
- /etc/yum.repos.d/ondemand-web.repo

0 commit comments

Comments
 (0)