Skip to content

Commit

Permalink
Remove CircleCI, move to GitHub Actions for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
es1024 committed Oct 22, 2024
1 parent b860c6f commit 89a1a0f
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 79 deletions.
79 changes: 0 additions & 79 deletions .circleci/config.yml

This file was deleted.

39 changes: 39 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,45 @@ jobs:
--expected-major-compiler-version=17
--lto=full
# ---------------------------------------------------------------------------------------
# aarch64 builds (CentOS 7)
# ---------------------------------------------------------------------------------------
# Clang 16
- name: centos7-aarch64-clang16
os: ubuntu-24.04-aarch64-4core-16gb
docker_image: yugabyteci/yb_build_infra_centos7_aarch64:v2023-10-25T03_32_55
build_thirdparty_args: >-
--toolchain=llvm16
--expected-major-compiler-version=16
--skip-sanitizers
- name: centos7-aarch64-clang16-full-lto
os: ubuntu-24.04-aarch64-4core-16gb
docker_image: yugabyteci/yb_build_infra_centos7_aarch64:v2023-10-25T03_32_55
build_thirdparty_args: >-
--toolchain=llvm16
--expected-major-compiler-version=16
--skip-sanitizers
--lto=full
# Clang 17
- name: centos7-aarch64-clang17
os: ubuntu-24.04-aarch64-4core-16gb
docker_image: yugabyteci/yb_build_infra_centos7_aarch64:v2023-10-25T03_32_55
build_thirdparty_args: >-
--toolchain=llvm17
--expected-major-compiler-version=17
--skip-sanitizers
- name: centos7-aarch64-clang17-full-lto
os: ubuntu-24.04-aarch64-4core-16gb
docker_image: yugabyteci/yb_build_infra_centos7_aarch64:v2023-10-25T03_32_55
build_thirdparty_args: >-
--toolchain=llvm17
--expected-major-compiler-version=17
--skip-sanitizers
--lto=full
# ---------------------------------------------------------------------------------------
# Ubuntu 20.04
# ---------------------------------------------------------------------------------------
Expand Down

0 comments on commit 89a1a0f

Please sign in to comment.