Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ jobs:
- os: ubuntu-24.04
compiler: flang
version: latest
# 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
container: snowstep/llvm:ubuntu-24.04-latest

# https://hub.docker.com/r/phhargrove/llvm-flang/tags
- os: ubuntu-24.04
Expand Down Expand Up @@ -124,7 +122,7 @@ jobs:
version: latest
container: ghcr.io/lfortran/lfortran:latest
native_multi_image: true
FFLAGS: --coarray=true -DHAVE_SYNC=0 -DHAVE_COLLECTIVES=0 -DHAVE_TEAM=0 -DHAVE_EVENT_TYPE=0 -DHAVE_LOCK_TYPE=0 -DHAVE_NOTIFY_TYPE=0
FFLAGS: --coarray=true -DHAVE_SYNC=0 -DHAVE_COLLECTIVES=0 -DHAVE_TEAM=0 -DHAVE_EVENT_TYPE=0 -DHAVE_LOCK_TYPE=0 -DHAVE_NOTIFY_TYPE=0 -DHAVE_CO_SUM -DHAVE_SYNC_ALL -DHAVE_MAIN_COARRAY

- os: ubuntu-22.04
compiler: lfortran
Expand Down Expand Up @@ -208,9 +206,7 @@ jobs:
compiler: flang
version: latest
network: udp
# 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
container: snowstep/llvm:ubuntu-24.04-latest

container:
image: ${{ matrix.container }}
Expand Down