diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa396fb..6e8c366 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - container: [cern/cc7-base, cern/alma8-base] + container: [cern/cc7-base, cern/alma8-base, cern/alma9-base] permissions: contents: write container: ${{ matrix.container }} @@ -33,7 +33,7 @@ jobs: source /etc/os-release OSMAJ="$(echo $VERSION_ID | cut -c1)" cat reva-release/ceph.repo.in | sed "s/OSMAJOR/$OSMAJ/" > /etc/yum.repos.d/ceph.repo - [[ $OSMAJ -eq "7" ]] && sed -i "s/pacific/octopus/" /etc/yum.repos.d/ceph.repo && cp reva-release/endpoint.repo /etc/yum.repos.d/endpoint.repo && yum -y install yum-plugin-priorities && sed -i '/RemovePathPostfixes.*/d' reva-release/cernbox-revad.spec && echo "Adapted setup to CC7" + [[ $OSMAJ -eq "7" ]] && sed -i "s/quincy/octopus/" /etc/yum.repos.d/ceph.repo && cp reva-release/endpoint.repo /etc/yum.repos.d/endpoint.repo && yum -y install yum-plugin-priorities && sed -i '/RemovePathPostfixes.*/d' reva-release/cernbox-revad.spec && echo "Adapted setup to CC7" yum install -y git wget make gcc gcc-c++ rpm-build glibc-static libcephfs-devel librbd-devel librados-devel - name: Install golang run: | diff --git a/ceph.repo.in b/ceph.repo.in index 31db384..b580ae5 100644 --- a/ceph.repo.in +++ b/ceph.repo.in @@ -1,6 +1,6 @@ [ceph] -name=Ceph pacific OSMAJOR -baseurl=https://linuxsoft.cern.ch/mirror/download.ceph.com/rpm-pacific/elOSMAJOR/$basearch +name=Ceph Quincy OSMAJOR +baseurl=https://linuxsoft.cern.ch/mirror/download.ceph.com/rpm-quincy/elOSMAJOR/$basearch enabled=True gpgcheck=1 gpgkey=http://linuxsoft.cern.ch/mirror/download.ceph.com/release.asc