Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdesaulniers committed Jan 21, 2021
1 parent 0473728 commit c753021
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 10 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,26 @@ jobs:
name: output_artifact
- name: Boot Test
run: ./check_logs.py
_c25e7cc6457b86e88a5b3379f84bab64:
runs-on: ubuntu-20.04
needs: kick_tuxbuild
name: ARCH=i386 LLVM=1 LLVM_IAS=1 BOOT=1 LLVM 12 defconfig
env:
ARCH: i386
LLVM: true
LLVM_IAS: true
INSTALL_DEPS: 1
BOOT: true
CONFIG: defconfig
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact
- name: Boot Test
run: ./check_logs.py
_af6f80cfd25ab4381dfe6f974cb87ddc:
runs-on: ubuntu-20.04
needs: kick_tuxbuild
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,26 @@ jobs:
name: output_artifact
- name: Boot Test
run: ./check_logs.py
_c25e7cc6457b86e88a5b3379f84bab64:
runs-on: ubuntu-20.04
needs: kick_tuxbuild
name: ARCH=i386 LLVM=1 LLVM_IAS=1 BOOT=1 LLVM 12 defconfig
env:
ARCH: i386
LLVM: true
LLVM_IAS: true
INSTALL_DEPS: 1
BOOT: true
CONFIG: defconfig
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/download-artifact@v2
with:
name: output_artifact
- name: Boot Test
run: ./check_logs.py
_af6f80cfd25ab4381dfe6f974cb87ddc:
runs-on: ubuntu-20.04
needs: kick_tuxbuild
Expand Down
11 changes: 1 addition & 10 deletions tuxbuild/mainline.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@
sets:
- name: foo-bar
builds:
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git", git_ref: "master", target_arch: arm, toolchain: clang-nightly, kconfig: multi_v5_defconfig, make_variables: {LLVM: "1"}}
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git", git_ref: "master", target_arch: arm, toolchain: clang-nightly, kconfig: aspeed_g5_defconfig, make_variables: {LLVM: "1"}}
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git", git_ref: "master", target_arch: arm, toolchain: clang-nightly, kconfig: multi_v7_defconfig, make_variables: {LLVM: "1"}}
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git", git_ref: "master", target_arch: arm64, toolchain: clang-nightly, kconfig: defconfig, make_variables: {LLVM: "1"}}
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git", git_ref: "master", target_arch: x86_64, toolchain: clang-nightly, kconfig: defconfig, make_variables: {LLVM: "1"}}
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git", git_ref: "master", target_arch: arm, toolchain: clang-11, kconfig: multi_v5_defconfig, make_variables: {LLVM: "1"}}
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git", git_ref: "master", target_arch: arm, toolchain: clang-11, kconfig: aspeed_g5_defconfig, make_variables: {LLVM: "1"}}
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git", git_ref: "master", target_arch: arm, toolchain: clang-11, kconfig: multi_v7_defconfig, make_variables: {LLVM: "1"}}
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git", git_ref: "master", target_arch: arm64, toolchain: clang-11, kconfig: defconfig, make_variables: {LLVM: "1"}}
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git", git_ref: "master", target_arch: x86_64, toolchain: clang-11, kconfig: defconfig, make_variables: {LLVM: "1"}}
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git", git_ref: "master", target_arch: i386, toolchain: clang-nightly, kconfig: defconfig, make_variables: {LLVM: "1"}}
1 change: 1 addition & 0 deletions tuxbuild/next.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ sets:
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git", git_ref: "master", target_arch: arm, toolchain: clang-nightly, kconfig: aspeed_g5_defconfig, make_variables: {LLVM: "1"}}
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git", git_ref: "master", target_arch: arm, toolchain: clang-nightly, kconfig: multi_v7_defconfig, make_variables: {LLVM: "1"}}
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git", git_ref: "master", target_arch: arm64, toolchain: clang-nightly, kconfig: defconfig, make_variables: {LLVM: "1"}}
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git", git_ref: "master", target_arch: i386, toolchain: clang-nightly, kconfig: defconfig, make_variables: {LLVM: "1"}}
- {git_repo: "https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git", git_ref: "master", target_arch: x86_64, toolchain: clang-nightly, kconfig: defconfig, make_variables: {LLVM: "1"}}

0 comments on commit c753021

Please sign in to comment.