| commit | 567a7402a1c0ccd0a021a10aa2d35ce00f4f776d | [log] [tgz] |
|---|---|---|
| author | Darren Chan <chandarren@google.com> | Thu May 27 21:39:42 2021 +0000 |
| committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 27 21:39:42 2021 +0000 |
| tree | aba01f9989b1e9573fd8090b8e563e32ba158960 | |
| parent | bbe552a3eb0c0d87d401941b758bb752fe1021b9 [diff] |
Use canonicalized runner debug symbol path for fuchsia.
There is always a 1:1 mapping of `$root_out_dir` and `flutter-debug-symbols-${flutter_runtime_mode}-${target_os}-${target_cpu}` as `$root_out_dir` is simply `${target_os}_${flutter_runtime_mode}_${target_cpu}`.
This means that we don't have to worry about any file/directory collisions.
http://go/fepr/26426 needs to land before `recipes-with-led` can pass.
Bug: fxbug.dev/76223
Change-Id: Idb53d4f2f5d957b5636792a79468413d0d746ed5
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/13960
Reviewed-by: Chase Latta <chaselatta@google.com>
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Darren Chan <chandarren@google.com>
This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra on GitHub. Actual builds can be seen at ci.chromium.org.
Tricium configurations recipes repo.
The script branch_recipes.py is used to generate new copies of the LUCI recipes for a beta release. See Recipe Branching for Releases for more information. For usage:
$ ./branch_recipes.py --help