aboutsummaryrefslogtreecommitdiff
path: root/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json
blob: 117ad97124638e86ea93f9777578bd2feadc6984 (plain)
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
123
124
125
126
127
128
129
130
131
132
133
134
{
  "packages": [
    {
      "path": "gn/gn/${platform}",
      "platforms": [
        "linux-amd64",
        "linux-arm64",
        "mac-amd64",
        "mac-arm64",
        "windows-amd64"
      ],
      "tags": [
        "git_revision:41fef642de70ecdcaaa26be96d56a0398f95abd4"
      ],
      "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:2@1.11.1.chromium.7"
      ]
    },
    {
      "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:2@3.17.3"
      ]
    },
    {
      "_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:2@3.17.3"
      ]
    },
    {
      "path": "fuchsia/third_party/clang/${platform}",
      "platforms": [
        "linux-amd64",
        "linux-arm64",
        "mac-amd64",
        "windows-amd64"
      ],
      "tags": [
        "git_revision:3a20597776a5d2920e511d81653b4d2b6ca0c855"
      ],
      "version_file": ".versions/clang.cipd_version"
    },
    {
      "path": "fuchsia/third_party/rust/${platform}",
      "platforms": [
        "linux-amd64",
        "linux-arm64",
        "mac-amd64"
      ],
      "subdir": "rust",
      "tags": [
        "git_revision:b7b7f2716ee1655a696d3d64c3e12638d0dd19c0"
      ],
      "version_file": ".versions/rust.cipd_version"
    },
    {
      "path": "infra/3pp/tools/openocd/${platform}",
      "platforms": [
        "linux-amd64",
        "linux-arm64",
        "mac-amd64",
        "mac-arm64"
      ],
      "tags": [
        "version:2@0.11.0-3"
      ]
    },
    {
      "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:823a3f11fb8f04c3c3cc0f95f968fef1bfc6534f,1"
      ],
      "version_file": ".versions/qemu.cipd_version"
    },
    {
      "path": "fuchsia/third_party/sysroot/linux",
      "platforms": [
        "linux-amd64",
        "linux-arm64"
      ],
      "subdir": "clang_sysroot",
      "tags": [
        "git_revision:b07475f83bae0e0744ce5ab5c07b602ececc7fd2"
      ]
    }
  ]
}