continuous-integration icon indicating copy to clipboard operation
continuous-integration copied to clipboard

Bazel's Continuous Integration Setup

Results 138 continuous-integration issues
Sort by recently updated
recently updated
newest added

https://github.com/aspect-build/bazel-lib - [ ] My project is part of the bazelbuild GitHub organization. - [X] My project is a rules set of a GitHub organization other than bazelbuild. - [...

new-project

A few pipelines have `cancel_intermediate_builds` set, which cancels running jobs when new commits are pushed to existing branches. I think we should enable this for all pipelines to reduce CI...

The current Bazel Docker containers are being built by the RBE toolchains team, but they asked us to take this on. We should setup some tooling and a pipeline (?)...

FR
P1

`rules_rust` is planning to start creating releases (https://github.com/bazelbuild/rules_rust/issues/415) and there are some artifacts we associate with each release that we'd like to be able to upload to the Google mirror....

rules_apple needs to test features that are only available with newer Xcodes, e.g. https://github.com/bazelbuild/rules_apple/pull/1393. Is there any plan to add newer Xcode versions (preferably 13.1, 13.2.1, and 13.3) to macOS...

https://buildkite.com/bazel/rules-apple-darwin/builds/5214#f932d707-3282-4e7e-8b7e-a66d89a3447c

When using last_green with bazelisk, you get an x86_64 bazel even if you're on an arm64 mac. Ideally it would be an arm64 build of bazel. Might be related to...

I try to add macOS support for bazel_rules_qt [here](https://github.com/justbuchanan/bazel_rules_qt/pull/38). To ensure this does not break in the future I added also a CI check for this to my PR. In...

Thank you for your interest in adding your project to Bazel CI. At the moment we're operating at capacity and cannot add new projects except for rules and projects maintained...

new-project

Are there any available hosts that support musl? If so, how would I go about configuring a `cc_toolchain` for it, otherwise, I suppose this would be a feature request to...