Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/main/coverage-7.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk authored Dec 13, 2024
2 parents dd35444 + 917b76c commit 2def074
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 2def074

Please sign in to comment.