Skip to content

Commit

Permalink
#0: Direct build jobs for RelWithDebInfo onto in-service runners (#12960
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tt-rkim authored Sep 21, 2024
1 parent 6c0cb9d commit 861fb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
build: [
{type: Debug, cxx_compiler: clang++-17, c_compiler: clang-17, runs-on: ubuntu-20.04, os: ubuntu-20.04},
{type: RelWithDebInfo, cxx_compiler: clang++-17, c_compiler: clang-17, runs-on: build, os: ubuntu-20.04},
{type: RelWithDebInfo, cxx_compiler: clang++-17, c_compiler: clang-17, runs-on: [build, in-service], os: ubuntu-20.04},
# {type: Debug, cxx_compiler: clang++-17, c_compiler: clang-17, runs-on: ubuntu-22.04},
# {type: RelWithDebInfo, cxx_compiler: clang++-17, c_compiler: clang-17, runs-on: ubuntu-22.04},
# {type: Release, cxx_compiler: clang++-17, c_compiler: clang-17, runs-on: ubuntu-22.04},
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
cmake --build build --target tests
- name: Check disk space
run: |
df -h
df -h
- uses: ./.github/actions/slack-report
if: ${{ failure() }}
with:
Expand Down

0 comments on commit 861fb7e

Please sign in to comment.