Skip to content

Commit d7b0c29

Browse files
authored
Merge pull request #148 from stackhpc/fix/ohpc-base-compute
Fix EPEL repo changes
2 parents 83cf2c0 + 4230dca commit d7b0c29

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
image:
2727
- 'centos:7'
2828
- 'rockylinux:8.6'
29+
- 'rockylinux:8.7'
2930
scenario:
3031
- test1
3132
- test1b

tasks/install.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
loop: "{{ ohpc_slurm_packages | dict2items }}"
4242
when: openhpc_enable.get(item.key, false)
4343

44+
- name: Workaround https://github.com/openhpc/ohpc/issues/1644 using older apptainer version
45+
yum:
46+
name: https://github.com/apptainer/apptainer/releases/download/v1.1.3/apptainer-1.1.3-1.x86_64.rpm
47+
disable_gpg_check: true
48+
when: ansible_distribution_major_version == "8"
49+
4450
- name: Install required slurm packages
4551
yum:
4652
name: "{{ openhpc_slurm_pkglist | reject('eq', '') }}"

0 commit comments

Comments
 (0)