Update google-cloud-sdk to 333.0.0
Changelog can be found here
Details
- Reviewers
- None
- Group Reviewers
Triage Team
Run few gcs commands and check that they work:
- gsutil cp gs://cloud-sdk-release/for_packagers/linux/google-cloud-sdk_333.0.0.orig.tar.gz .
- gcloud auth login
- gcloud config set project <PROJECT_ID>
Diff Detail
- Repository
- R5024 google-cloud-sdk
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
I had to hack this temporarily because make abireport fails if i have this binary in my eopkg package, so i generated abireport with this binary removed, then restored it into package.
I also reported this issue in abi-wizard: https://github.com/DataDrake/abi-wizard/issues/4
This didn't fail for me previously because i had older version of common but now i updated it to latest.
Not sure if @DataDrake referenced the open issue you linked. Tried with the new yabi in newer common?
Today I pulled latest common and now yabi works for this particular binary. Also reported this on github: https://github.com/DataDrake/abi-wizard/issues/4#issuecomment-796363009
@JoshStrobl re-review this?
I fixed abi report now and it works now without failing to generate one.
Also, bumped to latest version.