Commit 47d510ef authored by Junji Watanabe's avatar Junji Watanabe Committed by LUCI CQ

Include files required for cipd_bin_setup to recipe bundle

https://crrev.com/c/3674982 caused compile step failures finding depot_tools/.cipd_bin/ninja because depot_tools recipe bundle doesn't setup .cipd_bin.

It needs to ensure .cipd_bin by calling cipd_bin_setup.{sh, bat} before calling ninja in the depot_tool recipe module.
This CL bundles more files required to call cipd_bin_setup.

Bug: 931218
Change-Id: I3d5067c0326415b086aca7e6e56a8f6428969b0f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3686855
Auto-Submit: Junji Watanabe <jwata@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
Reviewed-by: 's avatarTakuto Ikuta <tikuta@chromium.org>
Reviewed-by: 's avatarJosip Sokcevic <sokcevic@google.com>
parent 0a5bae7e
......@@ -29,6 +29,10 @@
/roll-dep* recipes
/yapf* recipes
# Additional files for cipd_bin_setup.{sh, bat},
# including cipd/cipd.bat, cipd_client_version* and cipd_manifest*.
/cipd* recipes
# Symlinks
/cbuildbot recipes
/cros* recipes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment