Skip to content

Commit 8dd1751

Browse files
committed
argument mismatch flag
1 parent a89ce0a commit 8dd1751

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/meta.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35+
release-flags: ["--flag -Wno-external-argument-mismatch"]
3536
include:
3637
- os: ubuntu-latest
3738
mpi: openmpi
@@ -44,9 +45,11 @@ jobs:
4445
- os: ubuntu-latest
4546
mpi: intel
4647
intel_version: "2024.1.0"
48+
release-flags: "" # override: no GCC flags
4749
- os: ubuntu-latest
4850
mpi: intel
49-
intel_version: "2025.0"
51+
intel_version: "2025.0"
52+
release-flags: "" # override: no GCC flags
5053

5154
steps:
5255
- name: Checkout code
@@ -276,7 +279,7 @@ jobs:
276279
if: (!contains(matrix.mpi,'intel'))
277280
shell: bash
278281
run: |
279-
${{ env.BOOTSTRAP }} test
282+
${{ env.BOOTSTRAP }} test ${{ matrix.release-flags }}
280283
281284
- name: Install Fortran fpm (bootstrap)
282285
shell: bash

0 commit comments

Comments
 (0)