Skip to content

Commit

Permalink
Remove GCC 13 from Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mbautin committed Sep 21, 2024
1 parent 8fc5a02 commit 232ad6f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 232ad6f

Please sign in to comment.