Skip to content

Commit

Permalink
ci: Regenerate GitHub Actions workflow and TuxSuite files
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed May 25, 2022
1 parent f379b98 commit 4a23068
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 68 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/mainline-clang-12.yml
Expand Up @@ -242,27 +242,6 @@ jobs:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_8c5abf2855f7fef8f5d67ba30dcc77b2:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=12 defconfig+CONFIG_LTO_CLANG_THIN=y+CONFIG_CFI_CLANG=y
env:
ARCH: arm64
LLVM_VERSION: 12
BOOT: 1
CONFIG: defconfig+CONFIG_LTO_CLANG_THIN=y+CONFIG_CFI_CLANG=y
container:
image: ghcr.io/clangbuiltlinux/qemu
options: --ipc=host
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_327acfd14f0ecf18c6c0081651c20370:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/mainline-clang-13.yml
Expand Up @@ -263,27 +263,6 @@ jobs:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_0727f525f2017b393835d55bbffbb6ab:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
name: ARCH=arm64 LLVM=1 LLVM_IAS=1 LLVM_VERSION=13 defconfig+CONFIG_LTO_CLANG_THIN=y+CONFIG_CFI_CLANG=y
env:
ARCH: arm64
LLVM_VERSION: 13
BOOT: 1
CONFIG: defconfig+CONFIG_LTO_CLANG_THIN=y+CONFIG_CFI_CLANG=y
container:
image: ghcr.io/clangbuiltlinux/qemu
options: --ipc=host
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_6260e216d2cb5ff467f4ec71a6822fe9:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
Expand Down
13 changes: 0 additions & 13 deletions tuxsuite/mainline-clang-12.tux.yml
Expand Up @@ -117,19 +117,6 @@ sets:
make_variables:
LLVM: 1
LLVM_IAS: 1
- git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git_ref: master
target_arch: arm64
toolchain: clang-12
kconfig:
- defconfig
- CONFIG_LTO_CLANG_THIN=y
- CONFIG_CFI_CLANG=y
targets:
- kernel
make_variables:
LLVM: 1
LLVM_IAS: 1
- git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git_ref: master
target_arch: arm64
Expand Down
13 changes: 0 additions & 13 deletions tuxsuite/mainline-clang-13.tux.yml
Expand Up @@ -129,19 +129,6 @@ sets:
make_variables:
LLVM: 1
LLVM_IAS: 1
- git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git_ref: master
target_arch: arm64
toolchain: clang-13
kconfig:
- defconfig
- CONFIG_LTO_CLANG_THIN=y
- CONFIG_CFI_CLANG=y
targets:
- kernel
make_variables:
LLVM: 1
LLVM_IAS: 1
- git_repo: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git_ref: master
target_arch: arm64
Expand Down

0 comments on commit 4a23068

Please sign in to comment.