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:
Adam J. Stewart 2020-10-11 13:49:59 -05:00 committed by GitHub
parent 46cae921b9
commit cc136c27a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ jobs:
matrix:
package:
- lz4 # MakefilePackage
- mpich # AutotoolsPackage
- mpich~fortran # AutotoolsPackage
- tut # WafPackage
- py-setuptools # PythonPackage
- openjpeg # CMakePackage