Skip to content

Commit

Permalink
manage the repos appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed Sep 28, 2023
1 parent 6874174 commit 17b4249
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-irods-enterprise-linux-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ jobs:
run: |
dnf -y update ca-certificates
dnf -y install bind-utils wget git epel-release
dnf -y install dnf-plugin-config-manager dnf-plugins-core
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
dnf config-manager --set-enabled crb
dnf -y install gcc gcc-c++ make rpm-build bzip2-devel curl-devel fakeroot openssl-devel pam-devel python3-devel unixODBC unixODBC-devel zlib-devel python3-distro
- name: Install iRODS Externals
run: |
update-crypto-policies --set LEGACY
rpm --import https://unstable.irods.org/irods-unstable-signing-key.asc
wget -qO - https://unstable.irods.org/renci-irods-unstable.yum.repo | tee /etc/yum.repos.d/renci-irods-unstable.yum.repo
sed -i 's/centos/el/' /etc/yum.repos.d/renci-irods-unstable.yum.repo
dnf config-manager -y --add-repo https://unstable.irods.org/renci-irods-unstable.yum.repo
dnf config-manager -y --set-enabled renci-irods
dnf -y update
dnf -y install \
irods-externals-avro1.11.0-2 \
Expand Down

0 comments on commit 17b4249

Please sign in to comment.