File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,13 +85,16 @@ jobs:
8585 version : latest
8686 container : ghcr.io/lfortran/lfortran:latest
8787
88+ - os : ubuntu-22.04
89+ compiler : lfortran
90+ version : 0.63
91+ container : ghcr.io/lfortran/lfortran:v0.63.0
92+
8893 # https://hub.docker.com/r/phhargrove/lfortran/tags
8994 - os : ubuntu-24.04
9095 compiler : lfortran
91- version : 0.62
92- container : phhargrove/lfortran:0.62.0-1
93- # workaround LFortran issue #11079
94- iso_fortran_header : https://raw.githubusercontent.com/lfortran/lfortran/refs/tags/v0.62.0/src/libasr/runtime/ISO_Fortran_binding.h
96+ version : 0.63
97+ container : phhargrove/lfortran:0.63.0-1
9598
9699 # --- PRIF-old coverage ---
97100 - os : ubuntu-24.04
@@ -291,12 +294,8 @@ jobs:
291294 echo "CXX=clang++" >> "$GITHUB_ENV"
292295 HEADER_NAME=ISO_Fortran_binding.h
293296 HEADER_TARGET=include/$HEADER_NAME
294- if [ -n "${{ matrix.iso_fortran_header }}" ]; then
295- curl $CURL_OPTIONS "${{ matrix.iso_fortran_header }}" -o $HEADER_TARGET
296- else
297- HEADER_SOURCE=$(lfortran --print-c-include-dir)/$HEADER_NAME
298- echo "#include <$HEADER_SOURCE>" > $HEADER_TARGET
299- fi
297+ HEADER_SOURCE=$(lfortran --print-c-include-dir)/$HEADER_NAME
298+ echo "#include <$HEADER_SOURCE>" > $HEADER_TARGET
300299 find / -name $HEADER_NAME -exec ls -al {} \; -exec md5sum {} \; -exec head {} \; -exec echo --- \;
301300
302301 - name : Set Caffeine variables
You can’t perform that action at this time.
0 commit comments