From 2d229fbd8a6a08401b3a7b3fd4efc95aec089308 Mon Sep 17 00:00:00 2001 From: bjjwwang Date: Sat, 2 May 2026 22:07:56 +1000 Subject: [PATCH] =?UTF-8?q?Drop=20ppa:ubuntu-toolchain-r/test=20=E2=80=94?= =?UTF-8?q?=20Launchpad=20flake=20on=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 'sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test' step has been intermittently failing with HTTP 504 from Launchpad (lazr.restfulclient.errors.ServerError: Gateway Time-out). ubuntu-24.04 ships gcc-13 by default, so the toolchain-test PPA is unnecessary — just drop the add-apt-repository step (and the redundant 'apt-get update' that follows it). Same change pattern that was already applied to SVF-Python's release.yml and SVF-example's workflow. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4304ee..3cd9edf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,8 +30,6 @@ jobs: - name: ubuntu-setup if: runner.os == 'Linux' run: | - sudo apt-get update - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install cmake gcc g++ nodejs doxygen graphviz lcov libncurses5-dev libtinfo6 libzstd-dev