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 Feb 1, 2023
1 parent 190118a commit b1fbc5c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 56 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/5.10-clang-11.yml
Expand Up @@ -243,27 +243,6 @@ jobs:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_3b0c273122a784488dcfee7a6a9016b9:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
name: ARCH=s390 CC=clang LLVM_IAS=0 LLVM_VERSION=11 defconfig
env:
ARCH: s390
LLVM_VERSION: 11
BOOT: 1
CONFIG: defconfig
container:
image: ghcr.io/clangbuiltlinux/qemu
options: --ipc=host
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/download-artifact@v3
with:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_73f8d728902a8cc9c807d77d1aaaedaf:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/5.10-clang-12.yml
Expand Up @@ -285,27 +285,6 @@ jobs:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_ff91e27f2eb0b39e3180ac5e04cf04a1:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
name: ARCH=s390 CC=clang LLVM_IAS=0 LLVM_VERSION=12 defconfig
env:
ARCH: s390
LLVM_VERSION: 12
BOOT: 1
CONFIG: defconfig
container:
image: ghcr.io/clangbuiltlinux/qemu
options: --ipc=host
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/download-artifact@v3
with:
name: output_artifact_defconfigs
- name: Check Build and Boot Logs
run: ./check_logs.py
_d49633cca166398690b1f3ecad135a14:
runs-on: ubuntu-latest
needs: kick_tuxsuite_defconfigs
Expand Down
7 changes: 0 additions & 7 deletions tuxsuite/5.10-clang-11.tux.yml
Expand Up @@ -106,13 +106,6 @@ jobs:
LD: riscv64-linux-gnu-ld
LLVM: 1
LLVM_IAS: 1
- target_arch: s390
toolchain: clang-11
kconfig: defconfig
targets:
- kernel
make_variables:
LLVM_IAS: 0
- target_arch: x86_64
toolchain: clang-11
kconfig: defconfig
Expand Down
7 changes: 0 additions & 7 deletions tuxsuite/5.10-clang-12.tux.yml
Expand Up @@ -127,13 +127,6 @@ jobs:
LD: riscv64-linux-gnu-ld
LLVM: 1
LLVM_IAS: 1
- target_arch: s390
toolchain: clang-12
kconfig: defconfig
targets:
- kernel
make_variables:
LLVM_IAS: 0
- target_arch: x86_64
toolchain: clang-12
kconfig: defconfig
Expand Down

0 comments on commit b1fbc5c

Please sign in to comment.