Skip to content

[deprecated] Build TT-Metalium across all configs #44

[deprecated] Build TT-Metalium across all configs

[deprecated] Build TT-Metalium across all configs #44

Workflow file for this run

name: "[post-commit] Build C++ binaries with all configs"
on:
workflow_call:
workflow_dispatch:
permissions:
actions: read
contents: write
pages: write
id-token: write
packages: write
pull-requests: write
jobs:
static-checks:
uses: ./.github/workflows/all-static-checks.yaml
secrets: inherit
build-docker-image-2004:
uses: ./.github/workflows/build-docker-artifact.yaml
secrets: inherit
with:
os: ubuntu-20.04-amd64
build-docker-image-2204:
uses: ./.github/workflows/build-docker-artifact.yaml
secrets: inherit
with:
os: ubuntu-22.04-amd64
build:
needs: [build-docker-image-2004, build-docker-image-2204]
uses: ./.github/workflows/build.yaml

Check failure on line 31 in .github/workflows/build-wrapper.yaml

View workflow run for this annotation

GitHub Actions / [post-commit] Build C++ binaries with all configs

Invalid workflow file

The workflow is not valid. In .github/workflows/build-wrapper.yaml (Line: 31, Col: 11): Error from called workflow tenstorrent/tt-metal/.github/workflows/build.yaml@b20d51bb56677ce90fb63a272e336e808cabc171 (Line: 12, Col: 20): Unexpected value 'false'
secrets: inherit