forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpigweed.json
122 lines (122 loc) · 2.67 KB
/
pigweed.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
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"
]
}
]
}