commit | 9c0fde1acf64a0a0461b8941be376ecf89775054 | [log] [tgz] |
---|---|---|
author | Godofredo Contreras <godofredoc@google.com> | Thu Mar 28 00:47:30 2024 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 28 00:47:30 2024 +0000 |
tree | 5d5891b9d3a85d90a2ba4513ea667c542a9ea6eb | |
parent | c8d168f88356ecd718389cd0012efc290cd44cb1 [diff] |
Fix file output encoding for windows. Powershell uses the system encoding when saving the test runner stdout. This change forces the use of utf-8 encoding for the entire powershell script execution. Bug: https://github.com/flutter/flutter/issues/143162 Change-Id: Id73fc9e0d031037a393a4358abb98432873bdf3f Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/56720 Commit-Queue: Godofredo Contreras <godofredoc@google.com> Reviewed-by: Ricardo Amador <ricardoamador@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.