Skip to content

Commit 9088086

Browse files
committed
CI: Pin flang-latest testing to the newest non-broken container
The container we use for flang-latest testing is currently unusable: kei-g/docker-llvm#78 Pin CI to the last container tag that is not broken.
1 parent b6af65a commit 9088086

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,15 @@ jobs:
5353
- os: ubuntu-24.04
5454
compiler: flang
5555
version: latest
56-
container: snowstep/llvm:noble
56+
# pinned to old build due to https://github.com/kei-g/docker-llvm/issues/78
57+
#container: snowstep/llvm:ubuntu-24.04-latest
58+
container: snowstep/llvm:ubuntu-24.04-20260517082025
5759
- os: ubuntu-22.04
5860
compiler: flang
5961
version: latest
60-
container: snowstep/llvm:jammy
62+
# pinned to old build due to https://github.com/kei-g/docker-llvm/issues/78
63+
#container: snowstep/llvm:ubuntu-22.04-latest
64+
container: snowstep/llvm:ubuntu-22.04-20260528071927
6165

6266
# https://hub.docker.com/r/phhargrove/llvm-flang/tags
6367
- os: ubuntu-24.04

0 commit comments

Comments
 (0)