-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use copy of pigweed.json maintained in Matter SDK to prevent pulling …
…in unneeded CIPD package (#29548) * Initial test to confirm issue * Remove rust CIPD package * Changed android workflow to no longer delete rust folder * Changed android smoketest workflow to no longer delete rust folder * Fix new clang tidy error * Address PR comment * Update .github/workflows/full-android.yaml Co-authored-by: Boris Zbarsky <[email protected]> --------- Co-authored-by: Andrei Litvin <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
- Loading branch information
Showing
6 changed files
with
131 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
{ | ||
"packages": [ | ||
{ | ||
"path": "gn/gn/${platform}", | ||
"platforms": [ | ||
"linux-amd64", | ||
"linux-arm64", | ||
"mac-amd64", | ||
"mac-arm64", | ||
"windows-amd64" | ||
], | ||
"tags": [ | ||
"git_revision:991530ce394efb58fcd848195469022fa17ae126" | ||
], | ||
"version_file": ".versions/gn.cipd_version" | ||
}, | ||
{ | ||
"path": "infra/3pp/tools/ninja/${platform}", | ||
"platforms": [ | ||
"linux-amd64", | ||
"linux-arm64", | ||
"mac-amd64", | ||
"mac-arm64", | ||
"windows-amd64" | ||
], | ||
"tags": [ | ||
"version:[email protected]" | ||
] | ||
}, | ||
{ | ||
"path": "fuchsia/third_party/bloaty/${platform}", | ||
"platforms": [ | ||
"linux-amd64", | ||
"mac-amd64" | ||
], | ||
"tags": [ | ||
"git_revision:c057ba4f43db0506d4ba8c096925b054b02a8bd3" | ||
], | ||
"version_file": ".versions/bloaty.cipd_version" | ||
}, | ||
{ | ||
"path": "infra/3pp/tools/protoc/${platform}", | ||
"platforms": [ | ||
"linux-amd64", | ||
"linux-arm64", | ||
"mac-amd64", | ||
"windows-amd64" | ||
], | ||
"tags": [ | ||
"version:[email protected]" | ||
] | ||
}, | ||
{ | ||
"_comment": "Always get the amd64 version on Mac until there's an arm64 version", | ||
"path": "infra/3pp/tools/protoc/mac-amd64", | ||
"platforms": [ | ||
"mac-arm64" | ||
], | ||
"tags": [ | ||
"version:[email protected]" | ||
] | ||
}, | ||
{ | ||
"path": "fuchsia/third_party/clang/${platform}", | ||
"platforms": [ | ||
"linux-amd64", | ||
"linux-arm64", | ||
"mac-amd64", | ||
"mac-arm64", | ||
"windows-amd64" | ||
], | ||
"tags": [ | ||
"git_revision:576b184d6e3b633f51b908b61ebd281d2ecbf66f" | ||
], | ||
"version_file": ".versions/clang.cipd_version" | ||
}, | ||
{ | ||
"path": "infra/3pp/tools/openocd/${platform}", | ||
"platforms": [ | ||
"linux-amd64", | ||
"linux-arm64", | ||
"mac-amd64", | ||
"mac-arm64" | ||
], | ||
"tags": [ | ||
"version:[email protected]" | ||
] | ||
}, | ||
{ | ||
"path": "pigweed/third_party/mingw64-x86_64-win32-seh/${platform}", | ||
"platforms": [ | ||
"windows-amd64" | ||
], | ||
"tags": [ | ||
"version:10.2.0-11" | ||
] | ||
}, | ||
{ | ||
"path": "fuchsia/third_party/qemu/${platform}", | ||
"platforms": [ | ||
"linux-amd64", | ||
"linux-arm64", | ||
"mac-amd64" | ||
], | ||
"tags": [ | ||
"git_revision:a342ce9dfeed8088c426e5d51d4a7e47f3764b84" | ||
], | ||
"version_file": ".versions/qemu.cipd_version" | ||
}, | ||
{ | ||
"path": "fuchsia/third_party/sysroot/linux", | ||
"platforms": [ | ||
"linux-amd64", | ||
"linux-arm64" | ||
], | ||
"subdir": "clang_sysroot", | ||
"tags": [ | ||
"git_revision:d342388843734b6c5c50fb7e18cd3a76476b93aa" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters