From cc136c27a9cb0862d7fe94de3b8b49fd208d4dcc Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Sun, 11 Oct 2020 13:49:59 -0500 Subject: 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. --- .github/workflows/linux_build_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/linux_build_tests.yaml b/.github/workflows/linux_build_tests.yaml index a0e17a601d..8cb0adb3b0 100644 --- a/.github/workflows/linux_build_tests.yaml +++ b/.github/workflows/linux_build_tests.yaml @@ -29,7 +29,7 @@ jobs: matrix: package: - lz4 # MakefilePackage - - mpich # AutotoolsPackage + - mpich~fortran # AutotoolsPackage - tut # WafPackage - py-setuptools # PythonPackage - openjpeg # CMakePackage -- cgit v1.2.3-60-g2f50