Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/android-4.14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,23 @@ jobs:
name: output_artifact
- name: Boot Test
run: ./check_logs.py
_6498b71b001db9fb3cc43fd0bf1c696b:
runs-on: ubuntu-20.04
needs: kick_tuxsuite_defconfigs
name: ARCH=x86_64 CC=clang LD=ld.lld LLVM_VERSION=12 x86_64_cuttlefish_defconfig
env:
ARCH: x86_64
LLVM_VERSION: 12
INSTALL_DEPS: 1
BOOT: 1
CONFIG: x86_64_cuttlefish_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

11 changes: 11 additions & 0 deletions tuxsuite/android-4.14.tux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,15 @@ sets:
- modules
make_variables:
LD: ld.lld
- git_repo: https://android.googlesource.com/kernel/common.git
git_ref: android-4.14-stable
target_arch: x86_64
toolchain: clang-nightly
kconfig: x86_64_cuttlefish_defconfig
targets:
- config
- kernel
- modules
make_variables:
LD: ld.lld