changeset 29721:24effbddcbe8

GitHub-CI: Don't use ccache for Fortran on Windows. * .github/workflows/make.yaml (windows): Don't create script for ccache with Fortran compiler.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 02 Jun 2021 18:37:44 +0200
parents e1139b820c95
children 9a8a6a99a0a7
files .github/workflows/make.yaml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Wed Jun 02 14:51:25 2021 +0200
+++ b/.github/workflows/make.yaml	Wed Jun 02 18:37:44 2021 +0200
@@ -345,9 +345,9 @@
           echo "max_size = 1.2G" > ~/.ccache/ccache.conf
           echo "compression = true" >> ~/.ccache/ccache.conf
           ccache -s
-          # create ccache helper script for Fortran compiler
-          echo -e '#!/bin/bash\nccache '$MINGW_PREFIX'/bin/'$F77' "$@"' > $MINGW_PREFIX/lib/ccache/bin/$F77
-          # prepend path to helper scripts to PATH
+          # # create ccache helper script for Fortran compiler
+          # echo -e '#!/bin/bash\nccache '$MINGW_PREFIX'/bin/'$F77' "$@"' > $MINGW_PREFIX/lib/ccache/bin/$F77
+          # prepend path to ccache helper scripts to PATH
           echo 'export PATH="$MINGW_PREFIX/lib/ccache/bin:$PATH"' >> ~/.bash_profile
 
       - name: bootstrap