提交 17da4ebc 编写于 作者: C Chinmay Garde 提交者: GitHub

Update buildtools to cdf612890f1eb65b06d5cc1df229dd44c13ee507 and restrict...

Update buildtools to cdf612890f1eb65b06d5cc1df229dd44c13ee507 and restrict downloaded artifacts. (#3594)

This updates our compilers, gn and ninja. Also, we now explicitly specify the buildtools artifacts we actually use instead of downloading everything from the catalog.
上级 c24a0e51
......@@ -32,7 +32,7 @@ vars = {
'dart_observatory_packages_revision': '26aad88f1c1915d39bbcbff3cad589e2402fdcf1',
'dart_root_certificates_revision': 'a4c7c6f23a664a37bc1b6f15a819e3f2a292791a',
'buildtools_revision': '5655267acc2b1c672aec43bfbd28c645908fcd74',
'buildtools_revision': 'cdf612890f1eb65b06d5cc1df229dd44c13ee507',
}
# Only these hosts are allowed for dependencies in this DEPS file.
......@@ -156,7 +156,13 @@ hooks = [
{
'name': 'buildtools',
'pattern': '.',
'action': ['python', 'src/tools/buildtools/update.py'],
'action': [
'python',
'src/tools/buildtools/update.py',
'--ninja',
'--gn',
'--toolchain'
],
},
{
# Pull dart sdk if needed
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册