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 ac21f1b commit 1b93e4a
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 104 deletions.
104 changes: 0 additions & 104 deletions .circleci/config.yml

This file was deleted.

50 changes: 50 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,23 @@ jobs:
--expected-major-compiler-version=16
--lto=full
- 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-x86_64-clang17
os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it.
Expand All @@ -83,6 +100,23 @@ jobs:
--expected-major-compiler-version=17
--lto=full
- 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 Expand Up @@ -214,6 +248,22 @@ jobs:
--toolchain=llvm17
--expected-major-compiler-version=17
- name: amazonlinux2-aarch64-clang17
os: ubuntu-24.04-aarch64-4core-16gb
docker_image: yugabyteci/yb_build_infra_amazonlinux2_aarch64:v2024-04-25T17_55_13
build_thirdparty_args: >-
--toolchain=llvm17
--expected-major-compiler-version=17
--skip-sanitizers
- name: amazonlinux2-aarch64-clang17-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=llvm17
--expected-major-compiler-version=17
--skip-sanitizers
--lto=full
# ---------------------------------------------------------------------------------------
# macOS
Expand Down

0 comments on commit 1b93e4a

Please sign in to comment.