Skip to content

Commit

Permalink
Revert "Install python3-nanobind-devel without copr" (#960)
Browse files Browse the repository at this point in the history
* Revert "Install python3-nanobind-devel without copr"

Temporarily revert commit be591b5 while
we wait for python-nanobind to reach stable in all supported Fedora
versions.

* Do not setup the nanobind copr on F40

We decided to not build MLIR on Fedora 40, which means that nanobind is
not necessary in this release of Fedora.

* Update fedora-copr-build.yml

python3-nanobind-devel exists in rawhide already so we'll use it from there.

---------

Co-authored-by: Konrad Kleine <[email protected]>
  • Loading branch information
tuliom and kwk authored Dec 23, 2024
1 parent be591b5 commit 60e61eb
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 @@ -153,6 +153,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[1-9]) ]]; then
copr edit-chroot --repos "copr://kkleine/python-nanobind" ${{ env.project_today }}/$chroot
fi
# Dump chroot information after all modification
copr get-chroot ${{ env.project_today }}/$chroot
Expand Down

0 comments on commit 60e61eb

Please sign in to comment.