Skip to content

Commit

Permalink
Add amazonlinux aarch64 clang16 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
es1024 committed Oct 23, 2024
1 parent 2847748 commit 75032ef
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 75032ef

Please sign in to comment.