mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-05 09:17:44 +03:00
packit: ignore unpackaged files
It may take a bit for newly introduced binaries/other files to get properly integrated into the Rawhide specfile, so don't choke up in the meantime when rpmbuild detects unpackaged files. (cherry picked from commited7c45a8c8
) (cherry picked from commit689161a301
)
This commit is contained in:
parent
1ee30b0ea9
commit
a631f52a2a
@ -32,6 +32,8 @@ actions:
|
||||
# [0] https://github.com/mesonbuild/meson/issues/7360
|
||||
# [1] https://github.com/systemd/systemd/pull/18908#issuecomment-792250110
|
||||
- 'sed -i "/^CONFIGURE_OPTS=(/a--werror" .packit_rpm/systemd.spec'
|
||||
# Ignore unpackages standalone binaries
|
||||
- "sed -i 's/assert False,.*/pass/' .packit_rpm/split-files.py"
|
||||
|
||||
jobs:
|
||||
- job: copr_build
|
||||
|
Loading…
Reference in New Issue
Block a user