Skip to content

Commit

Permalink
Packit: disable builds on podman-next copr
Browse files Browse the repository at this point in the history
Podman upstream now syncs the rpm spec file with Fedora dist-git.
This podman.spec also builds gvisor-tap-vsock as a subpackage which
conflicts with the standalone gvisor-tap-vsock package on podman-next.
Ref: containers/podman#18465

This commit will disable build tasks on `rhcontainerbot/podman-next` to
avoid installation conflicts.

The copr build tasks on every PR will still continue to check for any
potential build issues.

Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 committed May 24, 2023
1 parent ee06501 commit facaeeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
fix-spec-file:
- "bash .packit.sh"

- <<: *copr
#- <<: *copr
# Run on commit to main branch
trigger: commit
branch: main
project: podman-next
#trigger: commit
#branch: main
#project: podman-next

0 comments on commit facaeeb

Please sign in to comment.