File tree Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 15
15
matrix :
16
16
name : [big-merge, bootstrap]
17
17
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
23
18
- name : big-merge
24
19
copr_project_tpl : " @fedora-llvm-team/llvm-snapshots-big-merge-YYYYMMDD"
25
20
copr_target_project : " @fedora-llvm-team/llvm-snapshots"
26
- extra_script_file : " scripts/functions-big-merge.sh"
27
21
clone_url_tpl : " https://src.fedoraproject.org/rpms/PKG.git"
28
22
clone_ref : big-merge
29
23
- name : pgo
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ function get_active_build_ids(){
56
56
57
57
# Prints the chroots we care about.
58
58
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' ' '
60
60
}
61
61
62
62
# Prints the packages we care about
63
63
function get_packages() {
64
- echo " python-lit llvm clang lld compiler-rt libomp "
64
+ echo " llvm"
65
65
}
66
66
67
67
# Returns false if a package needs special handling on certain architectures
You can’t perform that action at this time.
0 commit comments