From fcba3fa0ec80e8f6717ebb9c103e7a8044129e58 Mon Sep 17 00:00:00 2001 From: Dan Bonachea Date: Mon, 22 Jun 2026 07:48:49 -0700 Subject: [PATCH 1/2] CI: Enable native features recently added to lfortran-latest --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8296fe7b..6b2eb65f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,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 From c2fc729a217fab2addc3199611a2146b5645ba0d Mon Sep 17 00:00:00 2001 From: Dan Bonachea Date: Mon, 22 Jun 2026 09:24:20 -0700 Subject: [PATCH 2/2] CI: unpin flang-latest The problem with the upstream container has now been resolved --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b2eb65f..60668032 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 }}