Skip to content

Commit

Permalink
Add almalinux8 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 bdeaa2f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bdeaa2f

Please sign in to comment.