Skip to content

Commit cc136c2

Browse files
authored
Fix failing mpich build tests (spack#19259)
By default Spack uses the latest (highest version) GCC compiler available, which might change across updates of the Github CI environment. Since a C compiler is always installed and `mpich~fortran` will result in faster build times, avoid building the FORTRAN interface as part of the test.
1 parent 46cae92 commit cc136c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_build_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
package:
3131
- lz4 # MakefilePackage
32-
- mpich # AutotoolsPackage
32+
- mpich~fortran # AutotoolsPackage
3333
- tut # WafPackage
3434
- py-setuptools # PythonPackage
3535
- openjpeg # CMakePackage

0 commit comments

Comments
 (0)