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.