Skip to content

Commit

Permalink
Erase previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
manishvenu authored Aug 27, 2024
1 parent f76a602 commit 8d8129a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/general-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d8129a

Please sign in to comment.