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