Skip to content

Commit ab60ddf

Browse files
authored
Merge pull request #185 from bonachea/flang-latest-pin
[NO REVIEW] CI: Pin flang-latest testing to the newest non-broken container
2 parents b6af65a + 9088086 commit ab60ddf

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)