This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 2139d39
committed
Upgrades the ICU version to 64.2
The current version is 62.1, which is a now 3 major releases behind,
given that ICU 65 was released on Oct 3, 2019.
The version bump required an update to buildroot to fix too strict compilation
of ICU.
Previous update was here:
#6097
I was advised to upgrade in the code review for this PR:
#13045
This change brings in the function `icu::Locale::forLanguageTag(...)`
which is directly relevant to the work in the PR, but also updates
the library considerably.
* TODO(filmil): Release notes (will work with reviewers)
Tested:
```bash
set -x
readonly FLUTTER_ENGINE_DIR="${FLUTTER_ENGINE_DIR:-$HOME/fx/flutter/engine/src}"
readonly OUT_DIR="${FLUTTER_ENGINE_DIR}/out"
(
cd ${FLUTTER_ENGINE_DIR}
./flutter/tools/gn --unoptimized
ninja -j 100 -C "${OUT_DIR}/host_debug_unopt"
./flutter/testing/run_tests.py --type engine
)
```1 parent e3b5d8e commit 2139d39
2 files changed
Lines changed: 362 additions & 160 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
0 commit comments