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,32 +85,27 @@ jobs:
8585 - os : ubuntu-24.04
8686 compiler : ifx
8787 version : latest
88- error_stop_code : 128
8988 container : intel/oneapi-toolkit:latest
9089
9190 - os : ubuntu-24.04
9291 compiler : ifx
9392 version : 2026.0.0
94- error_stop_code : 128
9593 container : intel/oneapi-toolkit:2026.0.0-devel-ubuntu24.04
9694
9795 # https://hub.docker.com/r/intel/fortran-essentials/tags
9896 - os : ubuntu-24.04
9997 compiler : ifx
10098 version : 2025.3.0
101- error_stop_code : 128
10299 container : intel/fortran-essentials:2025.3.0-0-devel-ubuntu24.04
103100
104101 - os : ubuntu-24.04
105102 compiler : ifx
106103 version : 2025.2.2
107- error_stop_code : 128
108104 container : intel/fortran-essentials:2025.2.2-0-devel-ubuntu24.04
109105
110106 - os : ubuntu-24.04
111107 compiler : ifx
112108 version : 2025.2.0
113- error_stop_code : 128
114109 container : intel/fortran-essentials:2025.2.0-0-devel-ubuntu24.04
115110
116111 # --- LFortran coverage ---
@@ -227,11 +222,6 @@ jobs:
227222 if [[ "${{ matrix.container }}" =~ "snowstep/llvm" ]] ; then
228223 echo "LD_LIBRARY_PATH=/usr/lib/llvm-22/lib:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
229224 fi
230- if test -n "${{ matrix.error_stop_code }}" ; then
231- echo "ERROR_STOP_CODE=${{ matrix.error_stop_code }}" >> "$GITHUB_ENV"
232- else
233- echo "ERROR_STOP_CODE=1" >> "$GITHUB_ENV"
234- fi
235225
236226 - name : Setup FPM
237227 uses : fortran-lang/setup-fpm@main
You can’t perform that action at this time.
0 commit comments