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 6006af5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ repos:
# supported by your project here, or alternatively use
# pre-commit's default_language_version, see
# https://pre-commit.com/#top_level-default_language_version
language_version: python3.12
language_version: python3.13
force-exclude: "^snapshot_manager/tests/(test_logs|testing-farm-logs)/"
exclude: "^(snapshot_manager/tests/(test_logs|testing-farm-logs)/|media)"

0 comments on commit 6006af5

Please sign in to comment.