From 22e73325d99809f041a2621006c0e023ee7928e0 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Sun, 28 Jan 2024 11:30:13 +0100 Subject: [PATCH] Remove bionic CI (#21284) It recently starting failing on every commit. Bionic is also out of support, so not much point in keeping it around anyway. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56aa1a68ec..d93023aa1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -281,10 +281,6 @@ jobs: include: # Use `-fno-var-tracking-assignments` to reduce amount of produced debug information. This is necessary due to 100MiB limit of GitHub / openrct2.org API. # For focal the debug information still takes too much space, so reduce amount of debug info to minimum using `-g1` (`-g` means `-g2`), which is enough for backtraces only. - - platform: x86_64 - distro: bionic - image: openrct2/openrct2-build:4-bionic - build_flags: -DCMAKE_POSITION_INDEPENDENT_CODE=on -DCMAKE_CXX_FLAGS="-g -gz -fno-var-tracking-assignments" -DWITH_TESTS=off -DDISABLE_FLAC=ON -DDISABLE_VORBIS=ON - platform: x86_64 distro: focal image: openrct2/openrct2-build:12-focal