commit | 28e0c74927449a5edbb8e3de9c9cc9e4010f6eab | [log] [tgz] |
---|---|---|
author | Christopher Fujino <fujino@google.com> | Fri Apr 19 22:40:20 2024 +0000 |
committer | Christopher Fujino <fujino@google.com> | Fri Apr 19 22:40:20 2024 +0000 |
tree | 605cb21b08b56c5ef660b86b071c6f5666e1a989 | |
parent | 9d1b0f903a7df8a3080eb1ee74cc3f2ed58b3213 [diff] |
fix dart sdk not being on path. Three fixes here: 1. Ensured that `api.signing.code_sign(signing_paths)` is called with the engine environment from `engine_v2/engine_v2.py`, so that the Dart SDK will be on `$PATH` 2. Fix CIPD failing to ensure the gsutil tool by changing usage of the `flutter/gsutil` recipe module (which appears otherwise unused and broken) with `depot_tools/gsutil`, which we are currently using via `flutter/logs_util` 3. log (to the secure log file) the output of `security find-certificate -a` when `setup_keychain.sh` failed Bug: b/333426905 Change-Id: I1b647f53b5a269c59b945fcaa8147dacacf1d08b Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/57160 Reviewed-by: Xilai Zhang <xilaizhang@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.