summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2020-10-11 13:49:59 -0500
committerGitHub <noreply@github.com>2020-10-11 20:49:59 +0200
commitcc136c27a9cb0862d7fe94de3b8b49fd208d4dcc (patch)
tree29e7d2be30017755e211f9f2941f6f78128af812 /.github
parent46cae921b96b2b3cfaa31149cf880c35ffb34faf (diff)
downloadspack-cc136c27a9cb0862d7fe94de3b8b49fd208d4dcc.tar.gz
spack-cc136c27a9cb0862d7fe94de3b8b49fd208d4dcc.tar.bz2
spack-cc136c27a9cb0862d7fe94de3b8b49fd208d4dcc.tar.xz
spack-cc136c27a9cb0862d7fe94de3b8b49fd208d4dcc.zip
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux_build_tests.yaml2
1 files changed, 1 insertions, 1 deletions
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