File tree Expand file tree Collapse file tree 4 files changed +0
-80
lines changed Expand file tree Collapse file tree 4 files changed +0
-80
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments