Skip to content

Commit

Permalink
CI: Clarify GCC Debug Runner (#347)
Browse files Browse the repository at this point in the history
One GCC runner builds AMReX in `Debug` mode for more runtime
tests. Reflect that in the name of the runner for clarity.
  • Loading branch information
ax3l authored Aug 7, 2024
1 parent 6d41bd9 commit 3c3e5a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
mpiexec -np 1 python3 -m pytest tests/
gcc10:
name: GNU@10.1
name: GNU@10.5 Debug
runs-on: ubuntu-22.04
env: {CXXFLAGS: "-Werror -Wno-error=deprecated-declarations -Wshadow -Woverloaded-virtual -Wunreachable-code -fno-operator-names"}
steps:
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
python3 -m pytest tests/
nvcc11:
name: [email protected] GNU@9.3.0
name: [email protected] GNU@9.4.0
runs-on: ubuntu-20.04
env: {CXXFLAGS: "-fno-operator-names"}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
msvc:
name: MSVC w/o MPI static release
name: MSVC w/o MPI Static Release
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
run: python3 -m pytest tests

clang:
name: Clang w/o MPI shared debug
name: Clang w/o MPI Shared Debug
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3c3e5a6

Please sign in to comment.