Skip to content

Commit 028b0ce

Browse files
committed
Remove python-nanobind Copr repository
This package is now available on Fedora >= 41 and we can safely remove this. We do not test MLIR on Fedora <= 40.
1 parent 84412f2 commit 028b0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
MOCK_CHROOT?=fedora-rawhide-x86_64
66
MOCK_OPTS?=
77
MOCK_OPTS_RELEASE?=--no-clean --no-cleanup-after $(MOCK_OPTS)
8-
MOCK_OPTS_SNAPSHOT?=$(MOCK_OPTS_RELEASE) --with snapshot_build $(MOCK_OPTS) --addrepo=https://download.copr.fedorainfracloud.org/results/kkleine/python-nanobind/$(MOCK_CHROOT)/
8+
MOCK_OPTS_SNAPSHOT?=$(MOCK_OPTS_RELEASE) --with snapshot_build $(MOCK_OPTS)
99
YYYYMMDD=$(shell date +%Y%m%d)
1010
SOURCEDIR=$(shell pwd)
1111
SPEC=llvm.spec

0 commit comments

Comments
 (0)