Skip to content

Commit 7955cea

Browse files
authored
Merge pull request #807 from nathanchance/disable-arm-builds-mulodi4
Disable ARM configs with BPF enabled in -next with clang-13
2 parents 985a817 + cfa13c3 commit 7955cea

File tree

5 files changed

+22
-394
lines changed

5 files changed

+22
-394
lines changed

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

-145
Original file line numberDiff line numberDiff line change
@@ -117,35 +117,6 @@ jobs:
117117
name: boot_utils_json_defconfigs
118118
- name: Check Build and Boot Logs
119119
run: scripts/check-logs.py
120-
_3dcc2dad9e1ef4e6a3f358ffef73f7fe:
121-
runs-on: ubuntu-latest
122-
needs:
123-
- kick_tuxsuite_defconfigs
124-
- check_cache
125-
- check_patches
126-
name: ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 aspeed_g5_defconfig
127-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
128-
env:
129-
ARCH: arm
130-
LLVM_VERSION: 13
131-
BOOT: 1
132-
CONFIG: aspeed_g5_defconfig
133-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
134-
container:
135-
image: ghcr.io/clangbuiltlinux/qemu
136-
options: --ipc=host
137-
steps:
138-
- uses: actions/checkout@v4
139-
with:
140-
submodules: true
141-
- uses: actions/download-artifact@v4
142-
with:
143-
name: output_artifact_defconfigs
144-
- uses: actions/download-artifact@v4
145-
with:
146-
name: boot_utils_json_defconfigs
147-
- name: Check Build and Boot Logs
148-
run: scripts/check-logs.py
149120
_9532604fe2c353a710edd757453b4457:
150121
runs-on: ubuntu-latest
151122
needs:
@@ -914,64 +885,6 @@ jobs:
914885
path: boot-utils.json
915886
name: boot_utils_json_distribution_configs
916887
if-no-files-found: error
917-
_1dad89b577653ddc683e87e9409fc409:
918-
runs-on: ubuntu-latest
919-
needs:
920-
- kick_tuxsuite_distribution_configs
921-
- check_cache
922-
- check_patches
923-
name: ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
924-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
925-
env:
926-
ARCH: arm
927-
LLVM_VERSION: 13
928-
BOOT: 1
929-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
930-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
931-
container:
932-
image: ghcr.io/clangbuiltlinux/qemu
933-
options: --ipc=host
934-
steps:
935-
- uses: actions/checkout@v4
936-
with:
937-
submodules: true
938-
- uses: actions/download-artifact@v4
939-
with:
940-
name: output_artifact_distribution_configs
941-
- uses: actions/download-artifact@v4
942-
with:
943-
name: boot_utils_json_distribution_configs
944-
- name: Check Build and Boot Logs
945-
run: scripts/check-logs.py
946-
_1435de1ebd93ba0b4f841682571dd69b:
947-
runs-on: ubuntu-latest
948-
needs:
949-
- kick_tuxsuite_distribution_configs
950-
- check_cache
951-
- check_patches
952-
name: ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://github.com/openSUSE/kernel-source/raw/master/config/armv7hl/default
953-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
954-
env:
955-
ARCH: arm
956-
LLVM_VERSION: 13
957-
BOOT: 1
958-
CONFIG: https://github.com/openSUSE/kernel-source/raw/master/config/armv7hl/default
959-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
960-
container:
961-
image: ghcr.io/clangbuiltlinux/qemu
962-
options: --ipc=host
963-
steps:
964-
- uses: actions/checkout@v4
965-
with:
966-
submodules: true
967-
- uses: actions/download-artifact@v4
968-
with:
969-
name: output_artifact_distribution_configs
970-
- uses: actions/download-artifact@v4
971-
with:
972-
name: boot_utils_json_distribution_configs
973-
- name: Check Build and Boot Logs
974-
run: scripts/check-logs.py
975888
_41e97db7d8ed584321ef7865ba127060:
976889
runs-on: ubuntu-latest
977890
needs:
@@ -1363,35 +1276,6 @@ jobs:
13631276
path: boot-utils.json
13641277
name: boot_utils_json_allconfigs
13651278
if-no-files-found: error
1366-
_2309c816a58459d87da53f6d2074f5d8:
1367-
runs-on: ubuntu-latest
1368-
needs:
1369-
- kick_tuxsuite_allconfigs
1370-
- check_cache
1371-
- check_patches
1372-
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1373-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1374-
env:
1375-
ARCH: arm
1376-
LLVM_VERSION: 13
1377-
BOOT: 0
1378-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1379-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1380-
container:
1381-
image: ghcr.io/clangbuiltlinux/qemu
1382-
options: --ipc=host
1383-
steps:
1384-
- uses: actions/checkout@v4
1385-
with:
1386-
submodules: true
1387-
- uses: actions/download-artifact@v4
1388-
with:
1389-
name: output_artifact_allconfigs
1390-
- uses: actions/download-artifact@v4
1391-
with:
1392-
name: boot_utils_json_allconfigs
1393-
- name: Check Build and Boot Logs
1394-
run: scripts/check-logs.py
13951279
_e3671bdb6f10d3349593b86cc9b324f6:
13961280
runs-on: ubuntu-latest
13971281
needs:
@@ -1421,35 +1305,6 @@ jobs:
14211305
name: boot_utils_json_allconfigs
14221306
- name: Check Build and Boot Logs
14231307
run: scripts/check-logs.py
1424-
_1d1b9fe50f6e08aeeaaaf80cf8333f67:
1425-
runs-on: ubuntu-latest
1426-
needs:
1427-
- kick_tuxsuite_allconfigs
1428-
- check_cache
1429-
- check_patches
1430-
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1431-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1432-
env:
1433-
ARCH: arm
1434-
LLVM_VERSION: 13
1435-
BOOT: 0
1436-
CONFIG: allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1437-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1438-
container:
1439-
image: ghcr.io/clangbuiltlinux/qemu
1440-
options: --ipc=host
1441-
steps:
1442-
- uses: actions/checkout@v4
1443-
with:
1444-
submodules: true
1445-
- uses: actions/download-artifact@v4
1446-
with:
1447-
name: output_artifact_allconfigs
1448-
- uses: actions/download-artifact@v4
1449-
with:
1450-
name: boot_utils_json_allconfigs
1451-
- name: Check Build and Boot Logs
1452-
run: scripts/check-logs.py
14531308
_bc93ab0a758b33cf3167fdbdeb2b0705:
14541309
runs-on: ubuntu-latest
14551310
needs:

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

-145
Original file line numberDiff line numberDiff line change
@@ -117,35 +117,6 @@ jobs:
117117
name: boot_utils_json_defconfigs
118118
- name: Check Build and Boot Logs
119119
run: scripts/check-logs.py
120-
_3dcc2dad9e1ef4e6a3f358ffef73f7fe:
121-
runs-on: ubuntu-latest
122-
needs:
123-
- kick_tuxsuite_defconfigs
124-
- check_cache
125-
- check_patches
126-
name: ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 aspeed_g5_defconfig
127-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
128-
env:
129-
ARCH: arm
130-
LLVM_VERSION: 13
131-
BOOT: 1
132-
CONFIG: aspeed_g5_defconfig
133-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
134-
container:
135-
image: ghcr.io/clangbuiltlinux/qemu
136-
options: --ipc=host
137-
steps:
138-
- uses: actions/checkout@v4
139-
with:
140-
submodules: true
141-
- uses: actions/download-artifact@v4
142-
with:
143-
name: output_artifact_defconfigs
144-
- uses: actions/download-artifact@v4
145-
with:
146-
name: boot_utils_json_defconfigs
147-
- name: Check Build and Boot Logs
148-
run: scripts/check-logs.py
149120
_9532604fe2c353a710edd757453b4457:
150121
runs-on: ubuntu-latest
151122
needs:
@@ -711,64 +682,6 @@ jobs:
711682
path: boot-utils.json
712683
name: boot_utils_json_distribution_configs
713684
if-no-files-found: error
714-
_1dad89b577653ddc683e87e9409fc409:
715-
runs-on: ubuntu-latest
716-
needs:
717-
- kick_tuxsuite_distribution_configs
718-
- check_cache
719-
- check_patches
720-
name: ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
721-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
722-
env:
723-
ARCH: arm
724-
LLVM_VERSION: 13
725-
BOOT: 1
726-
CONFIG: https://git.alpinelinux.org/aports/plain/community/linux-edge/config-edge.armv7
727-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
728-
container:
729-
image: ghcr.io/clangbuiltlinux/qemu
730-
options: --ipc=host
731-
steps:
732-
- uses: actions/checkout@v4
733-
with:
734-
submodules: true
735-
- uses: actions/download-artifact@v4
736-
with:
737-
name: output_artifact_distribution_configs
738-
- uses: actions/download-artifact@v4
739-
with:
740-
name: boot_utils_json_distribution_configs
741-
- name: Check Build and Boot Logs
742-
run: scripts/check-logs.py
743-
_1435de1ebd93ba0b4f841682571dd69b:
744-
runs-on: ubuntu-latest
745-
needs:
746-
- kick_tuxsuite_distribution_configs
747-
- check_cache
748-
- check_patches
749-
name: ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 https://github.com/openSUSE/kernel-source/raw/master/config/armv7hl/default
750-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
751-
env:
752-
ARCH: arm
753-
LLVM_VERSION: 13
754-
BOOT: 1
755-
CONFIG: https://github.com/openSUSE/kernel-source/raw/master/config/armv7hl/default
756-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
757-
container:
758-
image: ghcr.io/clangbuiltlinux/qemu
759-
options: --ipc=host
760-
steps:
761-
- uses: actions/checkout@v4
762-
with:
763-
submodules: true
764-
- uses: actions/download-artifact@v4
765-
with:
766-
name: output_artifact_distribution_configs
767-
- uses: actions/download-artifact@v4
768-
with:
769-
name: boot_utils_json_distribution_configs
770-
- name: Check Build and Boot Logs
771-
run: scripts/check-logs.py
772685
_41e97db7d8ed584321ef7865ba127060:
773686
runs-on: ubuntu-latest
774687
needs:
@@ -1015,35 +928,6 @@ jobs:
1015928
path: boot-utils.json
1016929
name: boot_utils_json_allconfigs
1017930
if-no-files-found: error
1018-
_2309c816a58459d87da53f6d2074f5d8:
1019-
runs-on: ubuntu-latest
1020-
needs:
1021-
- kick_tuxsuite_allconfigs
1022-
- check_cache
1023-
- check_patches
1024-
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1025-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1026-
env:
1027-
ARCH: arm
1028-
LLVM_VERSION: 13
1029-
BOOT: 0
1030-
CONFIG: allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1031-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1032-
container:
1033-
image: ghcr.io/clangbuiltlinux/qemu
1034-
options: --ipc=host
1035-
steps:
1036-
- uses: actions/checkout@v4
1037-
with:
1038-
submodules: true
1039-
- uses: actions/download-artifact@v4
1040-
with:
1041-
name: output_artifact_allconfigs
1042-
- uses: actions/download-artifact@v4
1043-
with:
1044-
name: boot_utils_json_allconfigs
1045-
- name: Check Build and Boot Logs
1046-
run: scripts/check-logs.py
1047931
_e3671bdb6f10d3349593b86cc9b324f6:
1048932
runs-on: ubuntu-latest
1049933
needs:
@@ -1073,35 +957,6 @@ jobs:
1073957
name: boot_utils_json_allconfigs
1074958
- name: Check Build and Boot Logs
1075959
run: scripts/check-logs.py
1076-
_1d1b9fe50f6e08aeeaaaf80cf8333f67:
1077-
runs-on: ubuntu-latest
1078-
needs:
1079-
- kick_tuxsuite_allconfigs
1080-
- check_cache
1081-
- check_patches
1082-
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1083-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1084-
env:
1085-
ARCH: arm
1086-
LLVM_VERSION: 13
1087-
BOOT: 0
1088-
CONFIG: allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1089-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1090-
container:
1091-
image: ghcr.io/clangbuiltlinux/qemu
1092-
options: --ipc=host
1093-
steps:
1094-
- uses: actions/checkout@v4
1095-
with:
1096-
submodules: true
1097-
- uses: actions/download-artifact@v4
1098-
with:
1099-
name: output_artifact_allconfigs
1100-
- uses: actions/download-artifact@v4
1101-
with:
1102-
name: boot_utils_json_allconfigs
1103-
- name: Check Build and Boot Logs
1104-
run: scripts/check-logs.py
1105960
_bc93ab0a758b33cf3167fdbdeb2b0705:
1106961
runs-on: ubuntu-latest
1107962
needs:

0 commit comments

Comments
 (0)