Skip to content

Commit

Permalink
[CI] Add dummy build config for GPU runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
hageboeck committed Oct 2, 2024
1 parent f510880 commit 2621b64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/root-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,11 @@ jobs:
property: clang
overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_C_COMPILER=clang", "CMAKE_CXX_COMPILER=clang++"]
runs-on: [self-hosted, linux, x64]
- image: ubuntu2404
is_special: true
property: gpu
overrides: ["CMAKE_BUILD_TYPE=RelWithDebInfo"]
runs-on: [self-hosted, linux, gpu]

runs-on: ${{ matrix.runs-on }}

Expand Down

0 comments on commit 2621b64

Please sign in to comment.