guava.jar missing on cast_shell_android build |
|
Issue descriptionhttps://ci.chromium.org/buildbot/tryserver.chromium.android/cast_shell_android/470918 DEPS has this hook to pull it: 'src/third_party/guava': { 'packages': [ { 'package': 'chromium/third_party/guava', 'version': 'version:23.0-cr0', }, ], 'condition': 'checkout_android', 'dep_type': 'cipd', }, The bot does generally run checkout_android hooks: https://logs.chromium.org/v/?s=chromium%2Fbb%2Ftryserver.chromium.android%2Fcast_shell_android%2F470918%2F%2B%2Frecipes%2Fsteps%2Fgclient_runhooks__with_patch_%2F0%2Fstdout It looks like it doesn't run dep_type cipd hooks though. Looks like this changed in https://chromium-review.googlesource.com/930178 |
|
►
Sign in to add a comment |
|
Comment 1 by benhenry@chromium.org
, Aug 3