未验证 提交 eb74f2ce 编写于 作者: K Kaushik Iska 提交者: GitHub

One more luci fix (#10078)

* Missing icu data from the far

* One more place to change the artifact name

* real name
上级 6e732c7f
......@@ -164,6 +164,13 @@ template("jit_runner") {
binary = "flutter_jit${product_suffix}_runner"
resources = [
{
path = rebase_path("//third_party/icu/common/icudtl.dat")
dest = "icudtl.dat"
},
]
resources += [
{
path = rebase_path(
"$snapshot_gen_dir/vm_isolate_snapshot${product_suffix}.bin")
......
......@@ -16,7 +16,7 @@ import subprocess
import sys
_ARTIFACT_PATH_TO_DST = {
'flutter_runner': 'flutter_runner',
'flutter_jit_runner': 'flutter_jit_runner',
'icudtl.dat': 'data/icudtl.dat',
'dart_runner': 'dart_runner',
'flutter_patched_sdk': 'flutter_patched_sdk'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册