From 281dfe17011b25c0db15efc4fe74ddc24e783ed4 Mon Sep 17 00:00:00 2001 From: Mikhail Bautin <552936+mbautin@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:52:05 -0700 Subject: [PATCH] Add GCC 12 and GCC 13 --- .github/workflows/ci.yml | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fee408fc..d6a6a449 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,15 +119,29 @@ jobs: - name: almalinux8-x86_64-gcc11 os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. - docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-13T18_52_52 + docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-20T20_33_55 build_thirdparty_args: >- --devtoolset=11 architecture: x86_64 + - name: almalinux8-x86_64-gcc12 + os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. + docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-20T20_33_55 + build_thirdparty_args: >- + --devtoolset=12 + architecture: x86_64 + + - name: almalinux8-x86_64-gcc13 + os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. + docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-20T20_33_55 + build_thirdparty_args: >- + --devtoolset=13 + architecture: x86_64 + # 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. - docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-13T18_52_52 + docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-20T20_33_55 build_thirdparty_args: >- --toolchain=llvm17 architecture: x86_64 @@ -136,14 +150,14 @@ jobs: # TODO: enable ASAN/TSAN for Clang 18. - name: almalinux8-x86_64-clang18 os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. - docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-13T18_52_52 + docker_image: yugabyteci/yb_build_infra_almalinux8_x86_64:v2024-09-20T20_33_55 build_thirdparty_args: >- --toolchain=llvm18 --skip-sanitizers architecture: x86_64 # --------------------------------------------------------------------------------------- - # Ubuntu 23.04 + # Ubuntu 24.04 # --------------------------------------------------------------------------------------- - name: ubuntu2404-x86_64-gcc13 @@ -166,6 +180,13 @@ jobs: --devtoolset=12 architecture: x86_64 + - name: almalinux9-x86_64-gcc13 + os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. + docker_image: yugabyteci/yb_build_infra_almalinux9_x86_64:v2024-09-13T18_52_52 + build_thirdparty_args: >- + --devtoolset=13 + architecture: x86_64 + - name: almalinux9-x86_64-clang17 os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. docker_image: yugabyteci/yb_build_infra_almalinux9_x86_64:v2024-09-13T18_52_52