We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84412f2 commit 028b0ceCopy full SHA for 028b0ce
Makefile
@@ -5,7 +5,7 @@
5
MOCK_CHROOT?=fedora-rawhide-x86_64
6
MOCK_OPTS?=
7
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)/
+MOCK_OPTS_SNAPSHOT?=$(MOCK_OPTS_RELEASE) --with snapshot_build $(MOCK_OPTS)
9
YYYYMMDD=$(shell date +%Y%m%d)
10
SOURCEDIR=$(shell pwd)
11
SPEC=llvm.spec
0 commit comments