未验证 提交 fafc3b2f 编写于 作者: D Dan Field 提交者: GitHub

Split platforms for clang in DEPS to prepare for autoroller (#23810)

* Split platforms for clang in DEPS to prepare for autoroller

https://bugs.chromium.org/p/skia/issues/detail?id=11197#c3

* Update DEPS
上级 14c36861
......@@ -498,14 +498,27 @@ deps = {
'dep_type': 'cipd',
},
'src/buildtools/{host_os}-x64/clang': {
# Clang on mac and linux are expected to typically be the same revision.
# They are separated out so that the autoroller can more easily manage them.
'src/buildtools/mac-x64/clang': {
'packages': [
{
'package': 'fuchsia/third_party/clang/${{platform}}',
'package': 'fuchsia/third_party/clang/mac-amd64',
'version': 'git_revision:7d48eff8ba172216fca3649a3c452de4c7c16c00'
}
],
'condition': 'host_os == "mac"',
'dep_type': 'cipd',
},
'src/buildtools/linux-x64/clang': {
'packages': [
{
'package': 'fuchsia/third_party/clang/linux-amd64',
'version': 'git_revision:7d48eff8ba172216fca3649a3c452de4c7c16c00'
}
],
'condition': 'host_os == "mac" or host_os == "linux"',
'condition': 'host_os == "linux"',
'dep_type': 'cipd',
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册