Skip to content

Commit cdcda96

Browse files
committed
Remove not needed bits of old upstream-snapshot since big-merge is the way to go for now
1 parent 195a306 commit cdcda96

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

.github/workflows/fedora-copr-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,9 @@ jobs:
1515
matrix:
1616
name: [big-merge, bootstrap]
1717
include:
18-
# - name: standalone
19-
# copr_project_tpl: "@fedora-llvm-team/llvm-snapshots-incubator-YYYYMMDD"
20-
# copr_target_project: "@fedora-llvm-team/llvm-snapshots"
21-
# clone_url_tpl: "https://src.fedoraproject.org/rpms/PKG.git"
22-
# clone_ref: upstream-snapshot
2318
- name: big-merge
2419
copr_project_tpl: "@fedora-llvm-team/llvm-snapshots-big-merge-YYYYMMDD"
2520
copr_target_project: "@fedora-llvm-team/llvm-snapshots"
26-
extra_script_file: "scripts/functions-big-merge.sh"
2721
clone_url_tpl: "https://src.fedoraproject.org/rpms/PKG.git"
2822
clone_ref: big-merge
2923
- name: pgo

scripts/functions-big-merge.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

scripts/functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ function get_active_build_ids(){
5656

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

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

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

0 commit comments

Comments
 (0)