From 232ad6f66d994ce3e282e401f2af3603bf6e361a Mon Sep 17 00:00:00 2001 From: Mikhail Bautin <552936+mbautin@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:22:48 -0700 Subject: [PATCH] Remove GCC 13 from Ubuntu 22.04 --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5905a5de..aea4970b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,15 +76,6 @@ jobs: --compiler-suffix=-12 architecture: x86_64 - - name: ubuntu2204-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_ubuntu2204_x86_64:v2024-09-20T23_57_46 - build_thirdparty_args: >- - --compiler-prefix=/usr - --compiler-family=gcc - --compiler-suffix=-13 - architecture: x86_64 - - name: ubuntu2204-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_ubuntu2204_x86_64:v2024-09-20T23_57_46