Fix failing mpich build tests (#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.
This commit is contained in:
parent
46cae921b9
commit
cc136c27a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux_build_tests.yaml
vendored
2
.github/workflows/linux_build_tests.yaml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
matrix:
|
||||
package:
|
||||
- lz4 # MakefilePackage
|
||||
- mpich # AutotoolsPackage
|
||||
- mpich~fortran # AutotoolsPackage
|
||||
- tut # WafPackage
|
||||
- py-setuptools # PythonPackage
|
||||
- openjpeg # CMakePackage
|
||||
|
|
Loading…
Reference in a new issue