Skip to content

Commit 610268f

Browse files
committed
Disable FPEs on MacOS
Blah
1 parent 9334d6d commit 610268f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/macos-regression.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424

2525
- uses: ./.github/actions/testing-setup
2626

27+
- name: MacOS post-setup
28+
run: |
29+
sed -i'' -e 's/ -ffpe-trap=invalid,zero,overflow//g' config.mk
30+
cat config.mk
31+
2732
- name: Compile reference model
2833
run: make build.regressions MOM_TARGET_SLUG=$GITHUB_REPOSITORY MOM_TARGET_LOCAL_BRANCH=$GITHUB_BASE_REF DO_REGRESSION_TESTS=true -j
2934

.github/workflows/macos-stencil.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424

2525
- uses: ./.github/actions/testing-setup
2626

27+
- name: MacOS post-setup
28+
run: |
29+
sed -i'' -e 's/ -ffpe-trap=invalid,zero,overflow//g' config.mk
30+
cat config.mk
31+
2732
- name: Compile MOM6 in asymmetric memory mode
2833
run: make build/asymmetric/MOM6 -j
2934

0 commit comments

Comments
 (0)