Skip to content

Commit e7cc940

Browse files
authored
Merge pull request #877 from nathanchance/drop-arm-allyesconfig-clang-11-12
Disable ARM allyesconfig on 5.15 with clang-11 and clang-12
2 parents 96fff6a + bea7aa1 commit e7cc940

File tree

6 files changed

+4
-82
lines changed

6 files changed

+4
-82
lines changed

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

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,35 +1305,6 @@ jobs:
13051305
name: boot_utils_json_allconfigs
13061306
- name: Check Build and Boot Logs
13071307
run: scripts/check-logs.py
1308-
_2ab873ab23a433b720a6c5c4e2faebeb:
1309-
runs-on: ubuntu-latest
1310-
needs:
1311-
- kick_tuxsuite_allconfigs
1312-
- check_cache
1313-
- check_patches
1314-
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=11 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1315-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1316-
env:
1317-
ARCH: arm
1318-
LLVM_VERSION: 11
1319-
BOOT: 0
1320-
CONFIG: allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1321-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1322-
container:
1323-
image: ghcr.io/clangbuiltlinux/qemu
1324-
options: --ipc=host
1325-
steps:
1326-
- uses: actions/checkout@v4
1327-
with:
1328-
submodules: true
1329-
- uses: actions/download-artifact@v4
1330-
with:
1331-
name: output_artifact_allconfigs
1332-
- uses: actions/download-artifact@v4
1333-
with:
1334-
name: boot_utils_json_allconfigs
1335-
- name: Check Build and Boot Logs
1336-
run: scripts/check-logs.py
13371308
_51e2eff457ec186a91964ee9c06f04f3:
13381309
runs-on: ubuntu-latest
13391310
needs:

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

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,35 +1392,6 @@ jobs:
13921392
name: boot_utils_json_allconfigs
13931393
- name: Check Build and Boot Logs
13941394
run: scripts/check-logs.py
1395-
_7f5b2b0f6af27b166c4bfdef9b3b0ea4:
1396-
runs-on: ubuntu-latest
1397-
needs:
1398-
- kick_tuxsuite_allconfigs
1399-
- check_cache
1400-
- check_patches
1401-
name: ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=12 allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1402-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
1403-
env:
1404-
ARCH: arm
1405-
LLVM_VERSION: 12
1406-
BOOT: 0
1407-
CONFIG: allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
1408-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
1409-
container:
1410-
image: ghcr.io/clangbuiltlinux/qemu
1411-
options: --ipc=host
1412-
steps:
1413-
- uses: actions/checkout@v4
1414-
with:
1415-
submodules: true
1416-
- uses: actions/download-artifact@v4
1417-
with:
1418-
name: output_artifact_allconfigs
1419-
- uses: actions/download-artifact@v4
1420-
with:
1421-
name: boot_utils_json_allconfigs
1422-
- name: Check Build and Boot Logs
1423-
run: scripts/check-logs.py
14241395
_40d38df5fba1ddfc0ada216733994225:
14251396
runs-on: ubuntu-latest
14261397
needs:

generator/yml/0009-llvm-11.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@
133133
- {<< : *arm32_lpae_fp, << : *stable-5_15, << : *llvm, boot: true, << : *llvm_11}
134134
- {<< : *arm32_allmod, << : *stable-5_15, << : *llvm, boot: false, << : *llvm_11}
135135
- {<< : *arm32_allno, << : *stable-5_15, << : *llvm, boot: false, << : *llvm_11}
136-
- {<< : *arm32_allyes, << : *stable-5_15, << : *llvm, boot: false, << : *llvm_11}
136+
# ARM allyesconfig build disabled: https://github.com/ClangBuiltLinux/linux/issues/1615
137+
# - {<< : *arm32_allyes, << : *stable-5_15, << : *llvm, boot: false, << : *llvm_11}
137138
- {<< : *arm32_alpine, << : *stable-5_15, << : *llvm, boot: true, << : *llvm_11}
138139
- {<< : *arm32_suse, << : *stable-5_15, << : *llvm, boot: true, << : *llvm_11}
139140
- {<< : *arm64, << : *stable-5_15, << : *llvm_full, boot: true, << : *llvm_11}

generator/yml/0009-llvm-12.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@
133133
- {<< : *arm32_lpae_fp, << : *stable-5_15, << : *llvm, boot: true, << : *llvm_12}
134134
- {<< : *arm32_allmod, << : *stable-5_15, << : *llvm, boot: false, << : *llvm_12}
135135
- {<< : *arm32_allno, << : *stable-5_15, << : *llvm, boot: false, << : *llvm_12}
136-
- {<< : *arm32_allyes, << : *stable-5_15, << : *llvm, boot: false, << : *llvm_12}
136+
# ARM allyesconfig build disabled: https://github.com/ClangBuiltLinux/linux/issues/1615
137+
# - {<< : *arm32_allyes, << : *stable-5_15, << : *llvm, boot: false, << : *llvm_12}
137138
- {<< : *arm32_alpine, << : *stable-5_15, << : *llvm, boot: true, << : *llvm_12}
138139
- {<< : *arm32_suse, << : *stable-5_15, << : *llvm, boot: true, << : *llvm_12}
139140
- {<< : *arm64, << : *stable-5_15, << : *llvm_full, boot: true, << : *llvm_12}

tuxsuite/5.15-clang-11.tux.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -388,17 +388,6 @@ jobs:
388388
make_variables:
389389
LLVM: 1
390390
LLVM_IAS: 0
391-
- target_arch: arm
392-
toolchain: korg-clang-11
393-
kconfig:
394-
- allyesconfig
395-
- CONFIG_WERROR=n
396-
- CONFIG_DRM_WERROR=n
397-
targets:
398-
- default
399-
make_variables:
400-
LLVM: 1
401-
LLVM_IAS: 0
402391
- target_arch: arm64
403392
toolchain: korg-clang-11
404393
kconfig: allmodconfig

tuxsuite/5.15-clang-12.tux.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -417,17 +417,6 @@ jobs:
417417
make_variables:
418418
LLVM: 1
419419
LLVM_IAS: 0
420-
- target_arch: arm
421-
toolchain: korg-clang-12
422-
kconfig:
423-
- allyesconfig
424-
- CONFIG_WERROR=n
425-
- CONFIG_DRM_WERROR=n
426-
targets:
427-
- default
428-
make_variables:
429-
LLVM: 1
430-
LLVM_IAS: 0
431420
- target_arch: arm64
432421
toolchain: korg-clang-12
433422
kconfig: allmodconfig

0 commit comments

Comments
 (0)