example-bazel-monorepo
example-bazel-monorepo copied to clipboard
πΏπ Example Bazel-ified monorepo, supporting Golang, Java, Python, Scala, and Typescript
https://github.com/GoogleCloudPlatform/gke-bazel-demo
Quick sketch of what I remember doing: * Create a new pipeline with a single step that just runs `bazel test //...` * Go the Buildkite (BK) agents page and...
### Description Running `bazel test //...` is great and all, but there are other CI steps that any respectable Bazel monorepo should run. Right now I can think of: 1....
Bumps [requests](https://github.com/psf/requests) from 2.23.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...