Skip to content

Commit

Permalink
Enable fmt-libs and proj94
Browse files Browse the repository at this point in the history
  • Loading branch information
mpartio committed Sep 9, 2024
1 parent 67ab798 commit dc333db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpmbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
dnf config-manager --set-enabled powertools
dnf -y module disable postgresql
dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-rhel8.repo
dnf config-manager --setopt='epel.exclude=eccodes*' --setopt='smartmet-open-ext.exclude=fmt-libs' --setopt='smartmet-open-ext.exclude=proj94' --save
dnf config-manager --setopt='epel.exclude=eccodes*' --save
- name: Setup rpmtree
shell: bash
run: |
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
dnf config-manager --set-enabled crb
dnf -y module disable postgresql
dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo
dnf config-manager --setopt='epel.exclude=eccodes*' --setopt='epel.exclude=proj' --setopt='smartmet-open-ext.exclude=proj82' --setopt='smartmet-open-ext.exclude=fmt-libs' --save
dnf config-manager --setopt='epel.exclude=eccodes*' --setopt='epel.exclude=proj' --save
- name: Setup rpmtree
shell: bash
run: |
Expand Down

0 comments on commit dc333db

Please sign in to comment.