Skip to content

[post-commit] Build C++ binaries with all configs #29

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

[post-commit] Build C++ binaries with all configs #29

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@337255ebc57677173d4df417f317d2d017dfd95f'. 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@337255ebc57677173d4df417f317d2d017dfd95f'. 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