Skip to content

Commit

Permalink
Remove not needed bits of old upstream-snapshot since big-merge is th…
Browse files Browse the repository at this point in the history
…e way to go for now
  • Loading branch information
kwk committed Jun 26, 2024
1 parent 195a306 commit cdcda96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/fedora-copr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@ jobs:
matrix:
name: [big-merge, bootstrap]
include:
# - name: standalone
# copr_project_tpl: "@fedora-llvm-team/llvm-snapshots-incubator-YYYYMMDD"
# copr_target_project: "@fedora-llvm-team/llvm-snapshots"
# clone_url_tpl: "https://src.fedoraproject.org/rpms/PKG.git"
# clone_ref: upstream-snapshot
- name: big-merge
copr_project_tpl: "@fedora-llvm-team/llvm-snapshots-big-merge-YYYYMMDD"
copr_target_project: "@fedora-llvm-team/llvm-snapshots"
extra_script_file: "scripts/functions-big-merge.sh"
clone_url_tpl: "https://src.fedoraproject.org/rpms/PKG.git"
clone_ref: big-merge
- name: pgo
Expand Down
13 changes: 0 additions & 13 deletions scripts/functions-big-merge.sh

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ function get_active_build_ids(){

# Prints the chroots we care about.
function get_chroots() {
copr list-chroots | grep -P '^fedora-(rawhide|[0-9]+)' | sort | tr '\n' ' '
copr list-chroots | grep -P '^(fedora-(rawhide|[0-9]+)|rhel-9-)' | sort | tr '\n' ' '
}

# Prints the packages we care about
function get_packages() {
echo "python-lit llvm clang lld compiler-rt libomp"
echo "llvm"
}

# Returns false if a package needs special handling on certain architectures
Expand Down

0 comments on commit cdcda96

Please sign in to comment.