Skip to content

Commit

Permalink
Include EPEL-7
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Styk <[email protected]>
  • Loading branch information
StykMartin committed Nov 17, 2023
1 parent a33ddf7 commit 0b6ad93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,13 @@ jobs:
# disable broken unit tests
- sed -i '/make check/d' beaker.spec

- job: copr_build
trigger: pull_request
metadata:
targets:
- epel-7-x86_64
actions:
post-upstream-clone:
# Use gevent from base repositories during packit builds
# gevent112 is our custom build with some backports to better manage sockets
- sed -i 's/python2-gevent112/python-gevent/g' beaker.spec

0 comments on commit 0b6ad93

Please sign in to comment.