- Jun 23, 2025
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Bazel `8.3.0` introduces `--repo_contents_cache` which _cannot_ be stored in the workspace. The current version of our CI stores it in the workspace. This needs to be resolved so we can put the content elsewhere.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Feb 17, 2025
-
-
Matthew Clarkson authored
-
- Feb 12, 2025
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Ensures that `semantic-release` gets a runner that respects `image`.
-
Matthew Clarkson authored
Brings hermetic Apple Silicon support.
-
- Feb 05, 2025
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Use the Cloudflare snapshot.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
It will be disabled by default in Bazel 9. Start that deprecation early.
-
Matthew Clarkson authored
Bazel warns when a transitive dependency has a newer version of a module that is defined in the root module. These are often noisy and not useful: we want Bazel to select the best version based on the `compatibility_level`.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Jan 26, 2025
-
-
Tomer Shterenberg authored
-
- Jan 16, 2025
-
-
Matthew Clarkson authored
-
- Dec 06, 2024
-
-
Matthew Clarkson authored
-
- Nov 20, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Oct 30, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Jul 31, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
`@ape//:*` are deprecated.
-
- Jun 21, 2024
-
-
This brings runfile free binaries from the APE project. It removes a dependency problem: core utilities are required to find Bash runfiles.
-
- Jun 14, 2024
-
-
Matthew Clarkson authored
Prevents the targets being built under `bazelisk build //...` which cannot work on all platforms. We want them to only be built when toolchain resolution selects a target.
-
Matthew Clarkson authored
Prevents the targets being built under `bazelisk build //...` which cannot work on all platforms. We want them to only be built when toolchain resolution selects a target.
-
Matthew Clarkson authored
This prevents the aliases from being picked up in a `bazelisk build //...` which _cannot_ complete because some of the aliases do not have valid resolved toolchains for all platforms.
-
- Jun 13, 2024
-
-
Matthew Clarkson authored
The `coreutils-*-linux-gnu` binaries have dynamic link to `glibc`. Switching to the `musl` variants that are statically linked. Leaving in the download targets for the `gnu` variants as we _could_ register them with the `gnu` constraint from `toolchain_utils` but there is not much point, because the `musl` variant will always work.
-
Matthew Clarkson authored
-
- May 08, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-