Skip to content

Commit 28098da

Browse files
authored
Merge pull request #844 from nathanchance/disable-riscv-full-lto-mainline-clang-14
Disable RISC-V full LTO build on mainline with LLVM 14
2 parents 746ae5e + da24ba6 commit 28098da

File tree

3 files changed

+0
-41
lines changed

3 files changed

+0
-41
lines changed

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

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -639,35 +639,6 @@ jobs:
639639
name: boot_utils_json_defconfigs
640640
- name: Check Build and Boot Logs
641641
run: scripts/check-logs.py
642-
_40f8b547f75f3890da243a4d79d32380:
643-
runs-on: ubuntu-latest
644-
needs:
645-
- kick_tuxsuite_defconfigs
646-
- check_cache
647-
- check_patches
648-
name: ARCH=riscv LLVM=1 LLVM_IAS=1 LLVM_VERSION=14 defconfig+CONFIG_LTO_CLANG_FULL=y
649-
if: ${{ needs.check_cache.outputs.status != 'pass' }}
650-
env:
651-
ARCH: riscv
652-
LLVM_VERSION: 14
653-
BOOT: 1
654-
CONFIG: defconfig+CONFIG_LTO_CLANG_FULL=y
655-
REPO_SCOPED_PAT: ${{ secrets.REPO_SCOPED_PAT }}
656-
container:
657-
image: ghcr.io/clangbuiltlinux/qemu
658-
options: --ipc=host
659-
steps:
660-
- uses: actions/checkout@v4
661-
with:
662-
submodules: true
663-
- uses: actions/download-artifact@v4
664-
with:
665-
name: output_artifact_defconfigs
666-
- uses: actions/download-artifact@v4
667-
with:
668-
name: boot_utils_json_defconfigs
669-
- name: Check Build and Boot Logs
670-
run: scripts/check-logs.py
671642
_3b55af602ee9ae620028f2ed3f6ce5a4:
672643
runs-on: ubuntu-latest
673644
needs:

generator/yml/0009-llvm-14.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
- {<< : *ppc64le_fedora, << : *mainline, << : *llvm_full, boot: true, << : *llvm_14}
4343
- {<< : *ppc64le_suse, << : *mainline, << : *llvm_full, boot: true, << : *llvm_14}
4444
- {<< : *riscv, << : *mainline, << : *llvm_full, boot: true, << : *llvm_14}
45-
- {<< : *riscv_lto_full, << : *mainline, << : *llvm_full, boot: true, << : *llvm_14}
4645
- {<< : *riscv_lto_thin, << : *mainline, << : *llvm_full, boot: true, << : *llvm_14}
4746
- {<< : *riscv_allmod, << : *mainline, << : *llvm_full, boot: false, << : *llvm_14}
4847
- {<< : *riscv_allmod_lto, << : *mainline, << : *llvm_full, boot: false, << : *llvm_14}

tuxsuite/mainline-clang-14.tux.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -199,17 +199,6 @@ jobs:
199199
make_variables:
200200
LLVM: 1
201201
LLVM_IAS: 1
202-
- target_arch: riscv
203-
toolchain: korg-clang-14
204-
kconfig:
205-
- defconfig
206-
- CONFIG_LTO_CLANG_FULL=y
207-
targets:
208-
- kernel
209-
kernel_image: Image
210-
make_variables:
211-
LLVM: 1
212-
LLVM_IAS: 1
213202
- target_arch: riscv
214203
toolchain: korg-clang-14
215204
kconfig:

0 commit comments

Comments
 (0)