@@ -117,13 +117,13 @@ jobs:
117117 name : boot_utils_json_defconfigs
118118 - name : Check Build and Boot Logs
119119 run : scripts/check-logs.py
120- _a82d5da76edb25de07265b1189803b21 :
120+ _3a8b38a1ee16a0b8441c7dda2a3d6573 :
121121 runs-on : ubuntu-latest
122122 needs :
123123 - kick_tuxsuite_defconfigs
124124 - check_cache
125125 - check_patches
126- name : ARCH=arm LLVM=1 LLVM_IAS=0 LLVM_VERSION=android aspeed_g5_defconfig
126+ name : ARCH=arm LLVM=1 LLVM_IAS=1 LLVM_VERSION=android aspeed_g5_defconfig
127127 if : ${{ needs.check_cache.outputs.status != 'pass' }}
128128 env :
129129 ARCH : arm
@@ -508,13 +508,13 @@ jobs:
508508 path : boot-utils.json
509509 name : boot_utils_json_allconfigs
510510 if-no-files-found : error
511- _5c6a45dfab4397855db83c0803300b23 :
511+ _05b4b5316e0115835ded8a6f9865a052 :
512512 runs-on : ubuntu-latest
513513 needs :
514514 - kick_tuxsuite_allconfigs
515515 - check_cache
516516 - check_patches
517- name : ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=0 LLVM_VERSION=android allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
517+ name : ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=android allmodconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
518518 if : ${{ needs.check_cache.outputs.status != 'pass' }}
519519 env :
520520 ARCH : arm
@@ -566,6 +566,35 @@ jobs:
566566 name : boot_utils_json_allconfigs
567567 - name : Check Build and Boot Logs
568568 run : scripts/check-logs.py
569+ _245638df4b978821d25a986e495eb7b3 :
570+ runs-on : ubuntu-latest
571+ needs :
572+ - kick_tuxsuite_allconfigs
573+ - check_cache
574+ - check_patches
575+ name : ARCH=arm BOOT=0 LLVM=1 LLVM_IAS=1 LLVM_VERSION=android allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
576+ if : ${{ needs.check_cache.outputs.status != 'pass' }}
577+ env :
578+ ARCH : arm
579+ LLVM_VERSION : android
580+ BOOT : 0
581+ CONFIG : allyesconfig+CONFIG_WERROR=n+CONFIG_DRM_WERROR=n
582+ REPO_SCOPED_PAT : ${{ secrets.REPO_SCOPED_PAT }}
583+ container :
584+ image : ghcr.io/clangbuiltlinux/qemu
585+ options : --ipc=host
586+ steps :
587+ - uses : actions/checkout@v4
588+ with :
589+ submodules : true
590+ - uses : actions/download-artifact@v4
591+ with :
592+ name : output_artifact_allconfigs
593+ - uses : actions/download-artifact@v4
594+ with :
595+ name : boot_utils_json_allconfigs
596+ - name : Check Build and Boot Logs
597+ run : scripts/check-logs.py
569598 _0a2662d69f899d9d4f0fecc38bed6d41 :
570599 runs-on : ubuntu-latest
571600 needs :
0 commit comments