diff --git a/.github/workflows/general-ci-tests.yml b/.github/workflows/general-ci-tests.yml index d9e450d..45c010d 100644 --- a/.github/workflows/general-ci-tests.yml +++ b/.github/workflows/general-ci-tests.yml @@ -31,18 +31,6 @@ jobs: sudo apt-get install linux-tools-common sudo apt-get install -y csh echo "::endgroup::" - - - name: Store compiler flags used in Makefile - shell: bash - run: | - echo "::group::config.mk" - cd .testing - echo "FCFLAGS_DEBUG = -g -O0 -Wextra -Wno-compare-reals -fbacktrace -ffpe-trap=invalid,zero,overflow -fcheck=bounds" >> config.mk - echo "FCFLAGS_REPRO = -g -O2 -fbacktrace" >> config.mk - echo "FCFLAGS_INIT = -finit-real=snan -finit-integer=2147483647 -finit-derived" >> config.mk - echo "FCFLAGS_FMS = -g -fbacktrace -O0" >> config.mk - cat config.mk - echo "::endgroup::" # Checkout CESM, Build MOM Standalone, can we add the pull request as the checkout? - name: Checkout CESM and Build MOM Standalone