Skip to content

Commit

Permalink
debug: temporarily drop the *-standalone-* packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc0mmand committed Mar 24, 2021
1 parent 474dbda commit 0521cff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ 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'
# Temporarily drop the *-standalone-* packages
# See: https://pagure.io/fedora-ci/general/issue/184
- 'sed -i "/%package standalone-tmpfiles/,/%prep/{/%prep/!d}" .packit_rpm/systemd.spec'
- 'sed -i "/^%files standalone-/d" .packit_rpm/systemd.spec'
- 'sed -i "/-Dstandalone-binaries/d" .packit_rpm/systemd.spec'

jobs:
- job: copr_build
Expand Down

0 comments on commit 0521cff

Please sign in to comment.