Skip to content

Commit

Permalink
#8530: Add build jobs for blackhole
Browse files Browse the repository at this point in the history
  • Loading branch information
abhullar-tt committed May 17, 2024
1 parent aeefb6e commit 5f587e6
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
build-artifact:
strategy:
matrix:
arch: ${{ fromJson(inputs.arch || '["grayskull", "wormhole_b0"]') }}
arch: ${{ fromJson(inputs.arch || '["grayskull", "wormhole_b0", "blackhole"]') }}

env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
2 changes: 1 addition & 1 deletion .github/workflows/build-cmake.yaml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
build-cmake:
strategy:
matrix:
arch: [grayskull, wormhole_b0]
arch: [grayskull, wormhole_b0, blackhole]
name: CMake Build
env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
{ type: Release, runs-on: ubuntu-20.04 },
{ type: RelWithDebInfo, runs-on: build },
]
arch: [grayskull, wormhole_b0]
arch: [grayskull, wormhole_b0, blackhole]
os: [ubuntu-20.04]
env:
ARCH_NAME: ${{ matrix.arch }}
@@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
config: [Debug, Release, RelWithDebInfo]
arch: [grayskull, wormhole_b0]
arch: [grayskull, wormhole_b0, blackhole]
os: [ubuntu-20.04]
needs: build-lib
name: cmake build cpptest ${{ matrix.config }} ${{ matrix.arch }}

0 comments on commit 5f587e6

Please sign in to comment.