Skip to content

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

[deprecated] Build TT-Metalium across all configs

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

Workflow file for this run

name: "[post-commit] Build C++ binaries with all configs"
on:
workflow_call:
workflow_dispatch:
permissions:
actions: read
contents: read
pages: write
id-token: write
packages: write
jobs:
static-checks:

Check failure on line 15 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. .github/workflows/build-wrapper.yaml (Line: 15, Col: 3): Error calling workflow 'tenstorrent/tt-metal/.github/workflows/all-static-checks.yaml@74f4cf2358df9c93d27272ab0646626c304f52c2'. The nested job 'pre-commit' is requesting 'contents: write, pull-requests: write', but is only allowed 'contents: read, pull-requests: none'. .github/workflows/build-wrapper.yaml (Line: 15, Col: 3): Error calling workflow 'tenstorrent/tt-metal/.github/workflows/all-static-checks.yaml@74f4cf2358df9c93d27272ab0646626c304f52c2'. The nested job 'clang-tidy' is requesting 'contents: write, pull-requests: write', but is only allowed 'contents: read, pull-requests: none'.
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
secrets: inherit