Skip to content

Commit 05e6380

Browse files
committed
CI: Add flang-latest testing in multi-node configuration
(multi-node configuration simulated using udp-conduit)
1 parent 5b8157c commit 05e6380

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ jobs:
9191
version: 21
9292
network: udp
9393
container: phhargrove/llvm-flang:21.1.0-latest
94+
- os: ubuntu-24.04
95+
compiler: flang
96+
version: latest
97+
network: udp
98+
native_multi_image: 1
99+
FFLAGS: -fcoarray
100+
container: snowstep/llvm:bookworm
94101

95102
container:
96103
image: ${{ matrix.container }}

0 commit comments

Comments
 (0)