tsnet: add android & iOS results to depaware

Updates #12614

Change-Id: Icd21deb754e7073871eeb34edadd41c167ec5984
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2025-05-07 07:29:06 -07:00
committed by Brad Fitzpatrick
parent 7e2630235f
commit 04936d6c05
3 changed files with 124 additions and 123 deletions

View File

@@ -498,8 +498,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: check depaware
run: |
export PATH=$(./tool/go env GOROOT)/bin:$PATH
find . -name 'depaware.txt' | xargs -n1 dirname | xargs ./tool/go run github.com/tailscale/depaware --check --internal
make depaware
go_generate:
runs-on: ubuntu-22.04