Skip to content

Commit 8bacfec

Browse files
authored
Merge pull request #29 from bonachea/disable-compilers
2 parents 672411c + 1f511f6 commit 8bacfec

1 file changed

Lines changed: 31 additions & 27 deletions

File tree

.github/workflows/build.yml

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
version: [ 13, 14, 15 ] # Julienne supports GFortran 13+
3939
extra_flags: [ -g -O3 ]
4040

41+
exclude:
42+
- compiler: gfortran # gfortran disabled for now
43+
4144
include:
4245

4346
# --- LLVM flang coverage ---
@@ -90,33 +93,34 @@ jobs:
9093

9194
# --- Intel coverage ---
9295
# Julienne requires 2025.2.0 or later
93-
94-
# https://hub.docker.com/r/intel/oneapi-toolkit/tags
95-
- os: ubuntu-24.04
96-
compiler: ifx
97-
version: latest
98-
container: intel/oneapi-toolkit:latest
99-
100-
- os: ubuntu-24.04
101-
compiler: ifx
102-
version: 2026.0.0
103-
container: intel/oneapi-toolkit:2026.0.0-devel-ubuntu24.04
104-
105-
# https://hub.docker.com/r/intel/fortran-essentials/tags
106-
- os: ubuntu-24.04
107-
compiler: ifx
108-
version: 2025.3.0
109-
container: intel/fortran-essentials:2025.3.0-0-devel-ubuntu24.04
110-
111-
- os: ubuntu-24.04
112-
compiler: ifx
113-
version: 2025.2.2
114-
container: intel/fortran-essentials:2025.2.2-0-devel-ubuntu24.04
115-
116-
- os: ubuntu-24.04
117-
compiler: ifx
118-
version: 2025.2.0
119-
container: intel/fortran-essentials:2025.2.0-0-devel-ubuntu24.04
96+
# ifx disabled for now
97+
#
98+
# # https://hub.docker.com/r/intel/oneapi-toolkit/tags
99+
# - os: ubuntu-24.04
100+
# compiler: ifx
101+
# version: latest
102+
# container: intel/oneapi-toolkit:latest
103+
#
104+
# - os: ubuntu-24.04
105+
# compiler: ifx
106+
# version: 2026.0.0
107+
# container: intel/oneapi-toolkit:2026.0.0-devel-ubuntu24.04
108+
#
109+
# # https://hub.docker.com/r/intel/fortran-essentials/tags
110+
# - os: ubuntu-24.04
111+
# compiler: ifx
112+
# version: 2025.3.0
113+
# container: intel/fortran-essentials:2025.3.0-0-devel-ubuntu24.04
114+
#
115+
# - os: ubuntu-24.04
116+
# compiler: ifx
117+
# version: 2025.2.2
118+
# container: intel/fortran-essentials:2025.2.2-0-devel-ubuntu24.04
119+
#
120+
# - os: ubuntu-24.04
121+
# compiler: ifx
122+
# version: 2025.2.0
123+
# container: intel/fortran-essentials:2025.2.0-0-devel-ubuntu24.04
120124

121125
# --- LFortran coverage ---
122126
# Formal now requires LFortran 0.64 or later

0 commit comments

Comments
 (0)