From 195a306006e3605f7d106f33e108b96e97c940cc Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Wed, 26 Jun 2024 16:52:07 +0200 Subject: [PATCH] Additionally build from my pgo branch --- .github/workflows/fedora-copr-build.yml | 10 +++++----- scripts/{functions-bootstrap.sh => functions-pgo.sh} | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) rename scripts/{functions-bootstrap.sh => functions-pgo.sh} (89%) diff --git a/.github/workflows/fedora-copr-build.yml b/.github/workflows/fedora-copr-build.yml index 4a9cf819..9f916e4d 100644 --- a/.github/workflows/fedora-copr-build.yml +++ b/.github/workflows/fedora-copr-build.yml @@ -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: diff --git a/scripts/functions-bootstrap.sh b/scripts/functions-pgo.sh similarity index 89% rename from scripts/functions-bootstrap.sh rename to scripts/functions-pgo.sh index 10cdde72..34b1e8d7 100644 --- a/scripts/functions-bootstrap.sh +++ b/scripts/functions-pgo.sh @@ -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