Skip to content

Commit f15427c

Browse files
authored
Merge pull request #898 from nathanchance/disable-fedora-ppc64le-5.15
Stop building Fedora's powerpc64le configuration on 5.15
2 parents 855dc5c + 4d44ee5 commit f15427c

37 files changed

Lines changed: 0 additions & 482 deletions

.github/workflows/5.15-clang-11.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,35 +1001,6 @@ jobs:
10011001
name: boot_utils_json_distribution_configs
10021002
- name: Check Build and Boot Logs
10031003
run: scripts/check-logs.py
1004-
_b28279d43b654f1a26d9e76d8fd1149f:
1005-
runs-on: ubuntu-latest
1006-
needs:
1007-
- kick_tuxsuite_distribution_configs
1008-
- check_cache
1009-
- check_patches
1010-
name: ARCH=powerpc CC=clang LLVM_IAS=0 LLVM_VERSION=11 https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1011-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1012-
env:
1013-
ARCH: powerpc
1014-
LLVM_VERSION: 11
1015-
BOOT: 1
1016-
CONFIG: https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1017-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1018-
container:
1019-
image: ghcr.io/clangbuiltlinux/qemu
1020-
options: --ipc=host
1021-
steps:
1022-
- uses: actions/checkout@v4
1023-
with:
1024-
submodules: true
1025-
- uses: actions/download-artifact@v4
1026-
with:
1027-
name: output_artifact_distribution_configs
1028-
- uses: actions/download-artifact@v4
1029-
with:
1030-
name: boot_utils_json_distribution_configs
1031-
- name: Check Build and Boot Logs
1032-
run: scripts/check-logs.py
10331004
_65c5fd93c32a8688bc32bdda03e798ca:
10341005
runs-on: ubuntu-latest
10351006
needs:

.github/workflows/5.15-clang-12.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,35 +1088,6 @@ jobs:
10881088
name: boot_utils_json_distribution_configs
10891089
- name: Check Build and Boot Logs
10901090
run: scripts/check-logs.py
1091-
_eba7eb023eb4927b4519c034e8e434a2:
1092-
runs-on: ubuntu-latest
1093-
needs:
1094-
- kick_tuxsuite_distribution_configs
1095-
- check_cache
1096-
- check_patches
1097-
name: ARCH=powerpc CC=clang LLVM_IAS=0 LLVM_VERSION=12 https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1098-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1099-
env:
1100-
ARCH: powerpc
1101-
LLVM_VERSION: 12
1102-
BOOT: 1
1103-
CONFIG: https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1104-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1105-
container:
1106-
image: ghcr.io/clangbuiltlinux/qemu
1107-
options: --ipc=host
1108-
steps:
1109-
- uses: actions/checkout@v4
1110-
with:
1111-
submodules: true
1112-
- uses: actions/download-artifact@v4
1113-
with:
1114-
name: output_artifact_distribution_configs
1115-
- uses: actions/download-artifact@v4
1116-
with:
1117-
name: boot_utils_json_distribution_configs
1118-
- name: Check Build and Boot Logs
1119-
run: scripts/check-logs.py
11201091
_cc065e8f0d96d3f1ab76b5622aea475c:
11211092
runs-on: ubuntu-latest
11221093
needs:

.github/workflows/5.15-clang-13.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,35 +1175,6 @@ jobs:
11751175
name: boot_utils_json_distribution_configs
11761176
- name: Check Build and Boot Logs
11771177
run: scripts/check-logs.py
1178-
_4546049b277f89fc80f407b2c6b6484c:
1179-
runs-on: ubuntu-latest
1180-
needs:
1181-
- kick_tuxsuite_distribution_configs
1182-
- check_cache
1183-
- check_patches
1184-
name: ARCH=powerpc CC=clang LLVM_IAS=0 LLVM_VERSION=13 https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1185-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1186-
env:
1187-
ARCH: powerpc
1188-
LLVM_VERSION: 13
1189-
BOOT: 1
1190-
CONFIG: https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1191-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1192-
container:
1193-
image: ghcr.io/clangbuiltlinux/qemu
1194-
options: --ipc=host
1195-
steps:
1196-
- uses: actions/checkout@v4
1197-
with:
1198-
submodules: true
1199-
- uses: actions/download-artifact@v4
1200-
with:
1201-
name: output_artifact_distribution_configs
1202-
- uses: actions/download-artifact@v4
1203-
with:
1204-
name: boot_utils_json_distribution_configs
1205-
- name: Check Build and Boot Logs
1206-
run: scripts/check-logs.py
12071178
_c9ec4817ab40ea22728fc6a81048c1ee:
12081179
runs-on: ubuntu-latest
12091180
needs:

.github/workflows/5.15-clang-14.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,35 +1175,6 @@ jobs:
11751175
name: boot_utils_json_distribution_configs
11761176
- name: Check Build and Boot Logs
11771177
run: scripts/check-logs.py
1178-
_46a6a758c72c94aa6906b8dd5d64ff4e:
1179-
runs-on: ubuntu-latest
1180-
needs:
1181-
- kick_tuxsuite_distribution_configs
1182-
- check_cache
1183-
- check_patches
1184-
name: ARCH=powerpc CC=clang LLVM_IAS=0 LLVM_VERSION=14 https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1185-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1186-
env:
1187-
ARCH: powerpc
1188-
LLVM_VERSION: 14
1189-
BOOT: 1
1190-
CONFIG: https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1191-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1192-
container:
1193-
image: ghcr.io/clangbuiltlinux/qemu
1194-
options: --ipc=host
1195-
steps:
1196-
- uses: actions/checkout@v4
1197-
with:
1198-
submodules: true
1199-
- uses: actions/download-artifact@v4
1200-
with:
1201-
name: output_artifact_distribution_configs
1202-
- uses: actions/download-artifact@v4
1203-
with:
1204-
name: boot_utils_json_distribution_configs
1205-
- name: Check Build and Boot Logs
1206-
run: scripts/check-logs.py
12071178
_12c70ba93d371e75b4be3cf84dc05f5b:
12081179
runs-on: ubuntu-latest
12091180
needs:

.github/workflows/5.15-clang-15.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,35 +1204,6 @@ jobs:
12041204
name: boot_utils_json_distribution_configs
12051205
- name: Check Build and Boot Logs
12061206
run: scripts/check-logs.py
1207-
_673978e1b8c17e1d26017ad9bb8f98ec:
1208-
runs-on: ubuntu-latest
1209-
needs:
1210-
- kick_tuxsuite_distribution_configs
1211-
- check_cache
1212-
- check_patches
1213-
name: ARCH=powerpc CC=clang LLVM_IAS=0 LLVM_VERSION=15 https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1214-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1215-
env:
1216-
ARCH: powerpc
1217-
LLVM_VERSION: 15
1218-
BOOT: 1
1219-
CONFIG: https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1220-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1221-
container:
1222-
image: ghcr.io/clangbuiltlinux/qemu
1223-
options: --ipc=host
1224-
steps:
1225-
- uses: actions/checkout@v4
1226-
with:
1227-
submodules: true
1228-
- uses: actions/download-artifact@v4
1229-
with:
1230-
name: output_artifact_distribution_configs
1231-
- uses: actions/download-artifact@v4
1232-
with:
1233-
name: boot_utils_json_distribution_configs
1234-
- name: Check Build and Boot Logs
1235-
run: scripts/check-logs.py
12361207
_055e902e70de4667b185d3ec7f845bd0:
12371208
runs-on: ubuntu-latest
12381209
needs:

.github/workflows/5.15-clang-16.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,35 +1204,6 @@ jobs:
12041204
name: boot_utils_json_distribution_configs
12051205
- name: Check Build and Boot Logs
12061206
run: scripts/check-logs.py
1207-
_11596a8d58c1849f9c8359e5dc121496:
1208-
runs-on: ubuntu-latest
1209-
needs:
1210-
- kick_tuxsuite_distribution_configs
1211-
- check_cache
1212-
- check_patches
1213-
name: ARCH=powerpc CC=clang LLVM_IAS=0 LLVM_VERSION=16 https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1214-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1215-
env:
1216-
ARCH: powerpc
1217-
LLVM_VERSION: 16
1218-
BOOT: 1
1219-
CONFIG: https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1220-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1221-
container:
1222-
image: ghcr.io/clangbuiltlinux/qemu
1223-
options: --ipc=host
1224-
steps:
1225-
- uses: actions/checkout@v4
1226-
with:
1227-
submodules: true
1228-
- uses: actions/download-artifact@v4
1229-
with:
1230-
name: output_artifact_distribution_configs
1231-
- uses: actions/download-artifact@v4
1232-
with:
1233-
name: boot_utils_json_distribution_configs
1234-
- name: Check Build and Boot Logs
1235-
run: scripts/check-logs.py
12361207
_1a7e1f70d0f607bea91d4d48c76f5664:
12371208
runs-on: ubuntu-latest
12381209
needs:

.github/workflows/5.15-clang-17.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,35 +1204,6 @@ jobs:
12041204
name: boot_utils_json_distribution_configs
12051205
- name: Check Build and Boot Logs
12061206
run: scripts/check-logs.py
1207-
_05639e0c37f6c3df6ba81047291ceb40:
1208-
runs-on: ubuntu-latest
1209-
needs:
1210-
- kick_tuxsuite_distribution_configs
1211-
- check_cache
1212-
- check_patches
1213-
name: ARCH=powerpc CC=clang LLVM_IAS=0 LLVM_VERSION=17 https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1214-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1215-
env:
1216-
ARCH: powerpc
1217-
LLVM_VERSION: 17
1218-
BOOT: 1
1219-
CONFIG: https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1220-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1221-
container:
1222-
image: ghcr.io/clangbuiltlinux/qemu
1223-
options: --ipc=host
1224-
steps:
1225-
- uses: actions/checkout@v4
1226-
with:
1227-
submodules: true
1228-
- uses: actions/download-artifact@v4
1229-
with:
1230-
name: output_artifact_distribution_configs
1231-
- uses: actions/download-artifact@v4
1232-
with:
1233-
name: boot_utils_json_distribution_configs
1234-
- name: Check Build and Boot Logs
1235-
run: scripts/check-logs.py
12361207
_83904028f3cd2653cfd0b6bb4035e843:
12371208
runs-on: ubuntu-latest
12381209
needs:

.github/workflows/5.15-clang-18.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,35 +1204,6 @@ jobs:
12041204
name: boot_utils_json_distribution_configs
12051205
- name: Check Build and Boot Logs
12061206
run: scripts/check-logs.py
1207-
_31baa741ace4fa145ee8965821b050bf:
1208-
runs-on: ubuntu-latest
1209-
needs:
1210-
- kick_tuxsuite_distribution_configs
1211-
- check_cache
1212-
- check_patches
1213-
name: ARCH=powerpc CC=clang LLVM_IAS=0 LLVM_VERSION=18 https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1214-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1215-
env:
1216-
ARCH: powerpc
1217-
LLVM_VERSION: 18
1218-
BOOT: 1
1219-
CONFIG: https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1220-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1221-
container:
1222-
image: ghcr.io/clangbuiltlinux/qemu
1223-
options: --ipc=host
1224-
steps:
1225-
- uses: actions/checkout@v4
1226-
with:
1227-
submodules: true
1228-
- uses: actions/download-artifact@v4
1229-
with:
1230-
name: output_artifact_distribution_configs
1231-
- uses: actions/download-artifact@v4
1232-
with:
1233-
name: boot_utils_json_distribution_configs
1234-
- name: Check Build and Boot Logs
1235-
run: scripts/check-logs.py
12361207
_1cde70f64bbfa19eaf95df914ba578d8:
12371208
runs-on: ubuntu-latest
12381209
needs:

.github/workflows/5.15-clang-19.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,35 +1204,6 @@ jobs:
12041204
name: boot_utils_json_distribution_configs
12051205
- name: Check Build and Boot Logs
12061206
run: scripts/check-logs.py
1207-
_abf1712ba3b8814c99c8c4c4ee06dd65:
1208-
runs-on: ubuntu-latest
1209-
needs:
1210-
- kick_tuxsuite_distribution_configs
1211-
- check_cache
1212-
- check_patches
1213-
name: ARCH=powerpc CC=clang LLVM_IAS=0 LLVM_VERSION=19 https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1214-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1215-
env:
1216-
ARCH: powerpc
1217-
LLVM_VERSION: 19
1218-
BOOT: 1
1219-
CONFIG: https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1220-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1221-
container:
1222-
image: ghcr.io/clangbuiltlinux/qemu
1223-
options: --ipc=host
1224-
steps:
1225-
- uses: actions/checkout@v4
1226-
with:
1227-
submodules: true
1228-
- uses: actions/download-artifact@v4
1229-
with:
1230-
name: output_artifact_distribution_configs
1231-
- uses: actions/download-artifact@v4
1232-
with:
1233-
name: boot_utils_json_distribution_configs
1234-
- name: Check Build and Boot Logs
1235-
run: scripts/check-logs.py
12361207
_d225dd55c94be527d42cad4859712b40:
12371208
runs-on: ubuntu-latest
12381209
needs:

.github/workflows/5.15-clang-20.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,35 +1204,6 @@ jobs:
12041204
name: boot_utils_json_distribution_configs
12051205
- name: Check Build and Boot Logs
12061206
run: scripts/check-logs.py
1207-
_fd499acd637e3f5eabfb56d62df67bbe:
1208-
runs-on: ubuntu-latest
1209-
needs:
1210-
- kick_tuxsuite_distribution_configs
1211-
- check_cache
1212-
- check_patches
1213-
name: ARCH=powerpc CC=clang LLVM_IAS=0 LLVM_VERSION=20 https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1214-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1215-
env:
1216-
ARCH: powerpc
1217-
LLVM_VERSION: 20
1218-
BOOT: 1
1219-
CONFIG: https://github.com/ClangBuiltLinux/rpms_kernel/raw/rawhide/kernel-ppc64le-fedora.config+CONFIG_BPF_PRELOAD=n
1220-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1221-
container:
1222-
image: ghcr.io/clangbuiltlinux/qemu
1223-
options: --ipc=host
1224-
steps:
1225-
- uses: actions/checkout@v4
1226-
with:
1227-
submodules: true
1228-
- uses: actions/download-artifact@v4
1229-
with:
1230-
name: output_artifact_distribution_configs
1231-
- uses: actions/download-artifact@v4
1232-
with:
1233-
name: boot_utils_json_distribution_configs
1234-
- name: Check Build and Boot Logs
1235-
run: scripts/check-logs.py
12361207
_a784652c12b3fd24ae07f8ed8cd4e617:
12371208
runs-on: ubuntu-latest
12381209
needs:

0 commit comments

Comments
 (0)