Skip to content

Commit

Permalink
build: install cvmfs-release to grab all CVMFS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Jun 18, 2024
1 parent 8cf447a commit bfd4063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
# FIXME: Remove htcondor and replace WLCG repo by UMD5 once available
dnf install -y https://linuxsoft.cern.ch/wlcg/el8/x86_64/wlcg-repo-1.0.0-1.el8.noarch.rpm
dnf install -y https://research.cs.wisc.edu/htcondor/repo/23.x/htcondor-release-current.el8.noarch.rpm
dnf install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm
dnf config-manager --set-enabled powertools
dnf localinstall -y ui-*.rpm
Expand All @@ -103,5 +104,6 @@ jobs:
# FIXME: Remove htcondor and replace WLCG repo by UMD5 once available
dnf install -y https://linuxsoft.cern.ch/wlcg/el9/x86_64/wlcg-repo-1.0.0-1.el9.noarch.rpm
dnf install -y https://research.cs.wisc.edu/htcondor/repo/23.x/htcondor-release-current.el9.noarch.rpm
dnf install -y https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest.noarch.rpm
dnf config-manager --set-enabled crb
dnf localinstall -y ui-*.rpm

0 comments on commit bfd4063

Please sign in to comment.