Skip to content

Commit

Permalink
Additionally build from my pgo branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Jun 26, 2024
1 parent f7dc767 commit 195a306
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/fedora-copr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
extra_script_file: "scripts/functions-big-merge.sh"
clone_url_tpl: "https://src.fedoraproject.org/rpms/PKG.git"
clone_ref: big-merge
- name: bootstrap
copr_project_tpl: "@fedora-llvm-team/llvm-snapshots-bootstrap-YYYYMMDD"
copr_target_project: "@fedora-llvm-team/llvm-snapshots-bootstrap"
extra_script_file: "scripts/functions-bootstrap.sh"
- 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"
clone_url_tpl: "https://src.fedoraproject.org/forks/kkleine/rpms/PKG.git"
clone_ref: bootstrap
clone_ref: pgo
runs-on: ubuntu-latest
container: fedora:39
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set +x

# Prints the chroots we care about.
function get_chroots() {
echo "fedora-39-x86_64"
echo "fedora-40-x86_64"
}

# Prints the packages we care about
Expand Down

0 comments on commit 195a306

Please sign in to comment.