From 90880867a19d4cdb57fe9f72e5ad4e8388ce3e47 Mon Sep 17 00:00:00 2001 From: Dan Bonachea Date: Mon, 1 Jun 2026 10:40:39 -0700 Subject: [PATCH] CI: Pin flang-latest testing to the newest non-broken container The container we use for flang-latest testing is currently unusable: https://github.com/kei-g/docker-llvm/issues/78 Pin CI to the last container tag that is not broken. --- .github/workflows/build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 803e51e5..71c8c295 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,11 +53,15 @@ jobs: - os: ubuntu-24.04 compiler: flang version: latest - container: snowstep/llvm:noble + # pinned to old build due to https://github.com/kei-g/docker-llvm/issues/78 + #container: snowstep/llvm:ubuntu-24.04-latest + container: snowstep/llvm:ubuntu-24.04-20260517082025 - os: ubuntu-22.04 compiler: flang version: latest - container: snowstep/llvm:jammy + # pinned to old build due to https://github.com/kei-g/docker-llvm/issues/78 + #container: snowstep/llvm:ubuntu-22.04-latest + container: snowstep/llvm:ubuntu-22.04-20260528071927 # https://hub.docker.com/r/phhargrove/llvm-flang/tags - os: ubuntu-24.04