diff --git a/.github/workflows/android-4.14.yml b/.github/workflows/android-4.14.yml index 5ca8597b..74784160 100644 --- a/.github/workflows/android-4.14.yml +++ b/.github/workflows/android-4.14.yml @@ -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 diff --git a/tuxsuite/android-4.14.tux.yml b/tuxsuite/android-4.14.tux.yml index 4904037e..fd1bf91b 100644 --- a/tuxsuite/android-4.14.tux.yml +++ b/tuxsuite/android-4.14.tux.yml @@ -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