commit | 55a507a03ab01a0873d76cb77f15d6703144d257 | [log] [tgz] |
---|---|---|
author | Keyong Han <keyonghan@google.com> | Wed Mar 06 19:17:56 2024 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 06 19:17:56 2024 +0000 |
tree | 22186eb3a959d7d2bb765a748a5d337cf0c8ccca | |
parent | b2f22ea1cbc8656b6e4ad2cd5efcc5b064ef1efc [diff] |
No rbe for dart internal targets The `--no-goma` has been used to skip goma for dart-internal targets. This CL uses `--no-rbe` to skip rbe for dart-internal targets. Existing main CI targets are using 1) `--no-goma` and `--rbe` for ones using rbe 2) no corresponding goma/rbe gn config for ones using goma (no goma config means `--no-goma` is none, which is equal to use goma) 3) for dart-internal targets, this cl explicitley appends `--no-rbe`, so it will build without goma and rbe Change-Id: Ia77b53de20ea10c34341e2375f4f5316cb77fc0c Bug: https://github.com/flutter/flutter/issues/144700 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/55823 Reviewed-by: Xilai Zhang <xilaizhang@google.com> Commit-Queue: Keyong Han <keyonghan@google.com>
This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Builds can be found in the Flutter Dashboard.
Supported repositories roll their .ci.yaml
into flutter/infra, which updates what properties builds have. For example, flutter config specifies various dependencies the different tests require, which are then used by the flutter_deps recipe_module No modifications to flutter/infra are required to work on the recipes.
Please follow instructions on Contributing docs to set up your development environment.