Skip to content

Commit

Permalink
Add python-nanobind build-time copr repo for all fedora 40+/rawhide c…
Browse files Browse the repository at this point in the history
…hroots
  • Loading branch information
kwk committed Dec 13, 2024
1 parent 31cd23a commit bde65db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/fedora-copr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ jobs:
if [[ "$chroot" == rhel-8-* ]]; then
copr edit-chroot --modules "swig:4.0" ${{ env.project_today }}/$chroot
fi
# TODO(kwk): The python-nanobind package acceptance review is taking place here:
# https://bugzilla.redhat.com/show_bug.cgi?id=2331339
# Once that package is accepted in Fedora, remove the following chroot edit.
if [[ "$chroot" =~ fedora-(4[0-9]|rawhide) ]]; then
copr edit-chroot --repo "https://download.copr.fedorainfracloud.org/results/kkleine/python-nanobind/\$distname-\$releasever-\$basearch" ${{ env.project_today }}/$chroot
fi
done
- name: "Create today's packages: ${{ env.packages }}"
Expand Down

0 comments on commit bde65db

Please sign in to comment.