mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
[infra] Add using_goma=False (fixes recent tools/build.py change)
Change-Id: I9edf8c4451c3a14597aa0927f5c63e2e62bb5c49 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154326 Commit-Queue: Martin Kustermann <kustermann@google.com> Reviewed-by: Jonas Termansen <sortie@google.com>
This commit is contained in:
parent
8608726100
commit
2a11b9b426
1 changed files with 1 additions and 0 deletions
|
@ -204,6 +204,7 @@ def EnsureGomaStarted(out_dir):
|
|||
def BuildOneConfig(options, targets, target_os, mode, arch, sanitizer):
|
||||
build_config = utils.GetBuildConf(mode, arch, target_os, sanitizer)
|
||||
out_dir = utils.GetBuildRoot(HOST_OS, mode, arch, target_os, sanitizer)
|
||||
using_goma = False
|
||||
# TODO(kustermann): Remove this once we always run GN.
|
||||
RunGNIfNeeded(out_dir, target_os, mode, arch, sanitizer)
|
||||
command = ['ninja', '-C', out_dir]
|
||||
|
|
Loading…
Reference in a new issue