File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -974,6 +974,34 @@ jobs:
974974 name : boot_utils_json_defconfigs
975975 - name : Check Build and Boot Logs
976976 run : scripts/check-logs.py
977+ _c1f95a5d10da4358dc9fbc0075f7a8ca :
978+ runs-on : ubuntu-latest
979+ needs :
980+ - kick_tuxsuite_defconfigs
981+ - check_cache
982+ name : ARCH=sparc CC=clang LLVM_IAS=0 LLVM_VERSION=20 sparc64_defconfig
983+ if : ${{ needs.check_cache.outputs.status != 'pass' }}
984+ env :
985+ ARCH : sparc
986+ LLVM_VERSION : 20
987+ BOOT : 1
988+ CONFIG : sparc64_defconfig
989+ REPO_SCOPED_PAT : ${{ secrets.REPO_SCOPED_PAT }}
990+ container :
991+ image : ghcr.io/clangbuiltlinux/qemu
992+ options : --ipc=host
993+ steps :
994+ - uses : actions/checkout@v4
995+ with :
996+ submodules : true
997+ - uses : actions/download-artifact@v4
998+ with :
999+ name : output_artifact_defconfigs
1000+ - uses : actions/download-artifact@v4
1001+ with :
1002+ name : boot_utils_json_defconfigs
1003+ - name : Check Build and Boot Logs
1004+ run : scripts/check-logs.py
9771005 _d549f06de3b0361d62337ef98fc167b9 :
9781006 runs-on : ubuntu-latest
9791007 needs :
Original file line number Diff line number Diff line change @@ -328,6 +328,14 @@ jobs:
328328 make_variables :
329329 LLVM : 1
330330 LLVM_IAS : 1
331+ - target_arch : sparc
332+ toolchain : clang-nightly
333+ kconfig : sparc64_defconfig
334+ targets :
335+ - kernel
336+ kernel_image : image
337+ make_variables :
338+ LLVM_IAS : 0
331339 - target_arch : um
332340 toolchain : clang-nightly
333341 kconfig : defconfig
You can’t perform that action at this time.
0 commit comments