From bdeaa2f66e3981febfb12c3308a863262fac3309 Mon Sep 17 00:00:00 2001 From: Eric Sheng Date: Tue, 22 Oct 2024 18:13:18 -0700 Subject: [PATCH] Add almalinux8 aarch64 clang16 builds --- .github/workflows/ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63de8ea5..caff2c46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,6 +112,23 @@ jobs: --expected-major-compiler-version=16 --lto=full + - name: almalinux8-aarch64-clang16 + os: ubuntu-24.04-aarch64-4core-16gb + docker_image: yugabyteci/yb_build_infra_almalinux8_aarch64:v2024-09-20T23_59_06 + build_thirdparty_args: >- + --toolchain=llvm16 + --expected-major-compiler-version=16 + --skip-sanitizers + + - name: almalinux8-aarch64-clang16-full-lto + os: ubuntu-24.04-aarch64-4core-16gb + docker_image: yugabyteci/yb_build_infra_almalinux8_aarch64:v2024-09-20T23_59_06 + build_thirdparty_args: >- + --toolchain=llvm16 + --expected-major-compiler-version=16 + --skip-sanitizers + --lto=full + # Clang/LLVM 17 - name: almalinux8-x86_64-clang17 os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.