Skip to content

Commit

Permalink
Build PGO for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Aug 20, 2024
1 parent b73a6d1 commit dc815cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
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'
chroot_pattern: '^(fedora-(rawhide|[0-9]+)|rhel-[8,9]-)'
packages: "llvm"
# - name: bootstrap
# maintainer_handle: "kwk"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fedora-copr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: pgo
copr_project_tpl: "@fedora-llvm-team/llvm-snapshots-pgo-YYYYMMDD"
copr_target_project: "@fedora-llvm-team/llvm-snapshots-pgo"
extra_script_file: "scripts/functions-pgo.sh"
# extra_script_file: "scripts/functions-pgo.sh"
clone_url_tpl: "https://src.fedoraproject.org/forks/kkleine/rpms/PKG.git"
clone_ref: pgo
runs-on: ubuntu-latest
Expand Down
13 changes: 0 additions & 13 deletions scripts/functions-pgo.sh

This file was deleted.

0 comments on commit dc815cf

Please sign in to comment.