Skip to content

Commit

Permalink
Add missing build job(s) to Packit config
Browse files Browse the repository at this point in the history
Packit will now additionally require for each test job requiring build
a build job definition to be present in the Packit configuration file. See details
in packit/packit-service#1775.
  • Loading branch information
lbarcziova committed Apr 19, 2023
1 parent 325b039 commit 43e6592
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ srpm_build_deps:
- cargo
- rust-packaging
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-all

- job: copr_build
trigger: commit
branch: master
Expand Down

0 comments on commit 43e6592

Please sign in to comment.