mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Pass --with=snapshot_build in copr Makefile
We now no longer default to this in the spec file, so pass it explicitly on copr.
This commit is contained in:
parent
630d2eb2b0
commit
3b5b15045a
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ srpm:
|
|||
dnf install -y git tar xz curl --setopt=install_weak_deps=False
|
||||
YYYYMMDD=$(YYYYMMDD) ./.copr/snapshot-info.sh > version.spec.inc
|
||||
rpmbuild \
|
||||
--with=snapshot_build \
|
||||
--define "_srcrpmdir $(outdir)" \
|
||||
--define "_sourcedir $(shell pwd)" \
|
||||
--define "_disable_source_fetch 0" \
|
||||
|
|
Loading…
Reference in a new issue