about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2022-04-30 15:19:30 +0200
committerMichael Weiss <dev.primeos@gmail.com>2022-04-30 15:21:32 +0200
commit73e094bf3cdb836c3afa48bfd3628af980bb6f3e (patch)
tree2394612936042e1d1297f48630c39f7dad59b76a /CONTRIBUTING.md
parent213febe39a1908874008b321b848d364e004ea44 (diff)
chromiumBeta: Fix the configuration phase
This fixes the following error:
configuring
ERROR at //infra/orchestrator/BUILD.gn:38:17: Could not read file.
  pydeps_file = "//third_party/blink/tools/merge_web_test_results.pydeps"
                ^--------------------------------------------------------
I resolved this to "/build/chromium-102.0.5005.27/third_party/blink/tools/merge_web_test_results.pydeps".
See //infra/orchestrator/BUILD.gn:37:1: whence it was called.
python_library("blink_merge_web_test_results_py") {
^--------------------------------------------------
See //BUILD.gn:89:5: which caused the file to be included.
    "//infra/orchestrator:orchestrator_all",
    ^--------------------------------------

It's a known upstream issue when building from the generated tarballs:
- https://bugs.chromium.org/p/chromium/issues/detail?id=1313361
- https://chromium-review.googlesource.com/c/chromium/src/+/3457503
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions