Laurynas Lubys
Laurynas Lubys
Docker rules are not hermetic as the sha of layers depends on the modification times of files inside containers. If the the containers get cached from different runs, they will...
The flag is flipped in bazel 5.0.0, and this results in errors. ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the...
Many build jobs are not interactive and "hang" if stdin is connected. Allow disabling the `--interactive` flag that is passed in to docker.
Prometheus somewhat recently [added info annotations as a separate field](https://github.com/prometheus/prometheus/issues/14135), however this is not exposed via client_golang. Exposing them without changing or expanding the public API seems not possible. What...
Many assembler functions in this package clobber the BP register and do not restore it. This violates the golang ABI and may cause issues with stack unwinding. The BP register...
This PR introduces two new output formats that properly collapse test output on [buildkite](https://buildkite.com/docs/pipelines/configure/managing-log-output). There's a quitet variant (`--buildkite`) that suppresses output from passed tests and a verbose one (`--buildkite-verbose`)...