Skip to content

Commit

Permalink
run checks for PGO builds as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Aug 19, 2024
1 parent a0783c1 commit adce09d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
copr_monitor_tpl: "https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots-big-merge-YYYYMMDD/monitor/"
chroot_pattern: '^(fedora-(rawhide|[0-9]+)|rhel-[8,9]-)'
packages: "llvm"
- name: pgo
maintainer_handle: "kwk"
copr_ownername: "@fedora-llvm-team"
copr_project_tpl: "llvm-snapshots-pgo-YYYYMMDD"
copr_monitor_tpl: "https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots-pgo-YYYYMMDD/monitor/"
chroot_pattern: 'fedora-40-x86_64'
packages: "llvm"
# - name: bootstrap
# maintainer_handle: "kwk"
# copr_ownername: "@fedora-llvm-team"
Expand Down

0 comments on commit adce09d

Please sign in to comment.