Skip to content

Commit a43bdc0

Browse files
authored
Merge pull request #180 from bonachea/ci-ifx
[NO REVIEW]: CI: Add coverage for Ifx 2025.3.0 and 2026.0.0
2 parents ad24095 + 66b9c20 commit a43bdc0

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,27 @@ jobs:
7979
container: phhargrove/llvm-flang:19.1.1-latest
8080

8181
# --- Intel coverage ---
82+
# Julienne requires 2025.2.0 or later
83+
84+
# https://hub.docker.com/r/intel/oneapi-toolkit/tags
85+
- os: ubuntu-24.04
86+
compiler: ifx
87+
version: latest
88+
error_stop_code: 128
89+
container: intel/oneapi-toolkit:latest
90+
91+
- os: ubuntu-24.04
92+
compiler: ifx
93+
version: 2026.0.0
94+
error_stop_code: 128
95+
container: intel/oneapi-toolkit:2026.0.0-devel-ubuntu24.04
8296

8397
# https://hub.docker.com/r/intel/fortran-essentials/tags
8498
- os: ubuntu-24.04
8599
compiler: ifx
86-
version: 2025.2.0
100+
version: 2025.3.0
87101
error_stop_code: 128
88-
container: intel/fortran-essentials:2025.2.0-0-devel-ubuntu24.04
102+
container: intel/fortran-essentials:2025.3.0-0-devel-ubuntu24.04
89103

90104
- os: ubuntu-24.04
91105
compiler: ifx
@@ -95,9 +109,9 @@ jobs:
95109

96110
- os: ubuntu-24.04
97111
compiler: ifx
98-
version: latest
112+
version: 2025.2.0
99113
error_stop_code: 128
100-
container: intel/fortran-essentials:latest
114+
container: intel/fortran-essentials:2025.2.0-0-devel-ubuntu24.04
101115

102116
# --- LFortran coverage ---
103117

0 commit comments

Comments
 (0)