New issue
Advanced search Search tips

Issue 830699 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

guava.jar missing on cast_shell_android build

Project Member Reported by thakis@chromium.org, Apr 9 2018

Issue description

https://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
 
Status: Assigned (was: Untriaged)
This bug has an owner, thus, it's been triaged. Changing status to "assigned".

Sign in to add a comment