mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
gclient template file clarifications (#160882)
A few clarifications in the gclient file templates: * Sort sections such that RBE and standard variants are consistent. * Add web engine instructions in comments. * Explain how to use SSH-based GitHub checkouts.
This commit is contained in:
parent
7a50802d2b
commit
afc68e3a10
@ -2,13 +2,20 @@
|
||||
# or just run gclient sync in an empty directory with this file.
|
||||
solutions = [
|
||||
{
|
||||
"custom_vars": {
|
||||
"use_rbe": True,
|
||||
},
|
||||
"deps_file": "DEPS",
|
||||
"managed": False,
|
||||
"name": ".",
|
||||
"safesync_url": "",
|
||||
|
||||
# If you are using SSH to connect to GitHub, change the URL to:
|
||||
# git@github.com:flutter/flutter.git
|
||||
"url": "https://github.com/flutter/flutter.git",
|
||||
|
||||
"custom_vars": {
|
||||
"use_rbe": True,
|
||||
|
||||
# Uncomment download_emsdk below if you plan to build the web engine.
|
||||
# "download_emsdk": True,
|
||||
},
|
||||
},
|
||||
]
|
@ -7,6 +7,14 @@ solutions = [
|
||||
"managed": False,
|
||||
"name": ".",
|
||||
"safesync_url": "",
|
||||
|
||||
# If you are using SSH to connect to GitHub, change the URL to:
|
||||
# git@github.com:flutter/flutter.git
|
||||
"url": "https://github.com/flutter/flutter.git",
|
||||
|
||||
# Uncomment the custom_vars section below if you plan to build the web engine.
|
||||
# "custom_vars": {
|
||||
# "download_emsdk": True,
|
||||
# },
|
||||
},
|
||||
]
|
Loading…
Reference in New Issue
Block a user