- Jun 04, 2025
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
-
- May 12, 2025
-
-
Tomer Shterenberg authored
-
Tomer Shterenberg authored
-
- May 11, 2025
-
-
Tomer Shterenberg authored
-
Tomer Shterenberg authored
-
Tomer Shterenberg authored
-
- Feb 28, 2025
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
When a user is using `metadata` attribute, we do not write anything to `WORKSPACE`. Eventually, the writing of data to `WORKSPACE` will be removed in a breaking change release.
-
Matthew Clarkson authored
Previously, the canonical arguments were blatted over any previously existing `WORKSPACE`. This was stupid. It now appends to the file if it exists. Eventually, in a breaking change we will remove this functionality as it is superseded by `metadata` attribute.
-
```py download_file( name = "example", metadata = { "//:integrity.tmpl.bzl", ".integrity.bzl", }, ) ``` Where `integrity.tmpl.bzl` is: ```py visibility("public") INTEGRITY = "{{integrity}}" ``` Then `@example//:.integrity.bzl"` can be used in `load` statement to read the download integrity.
-
- Feb 27, 2025
-
-
Jonathan Watson authored
-
Jonathan Watson authored
-
- Feb 17, 2025
-
-
Matthew Clarkson authored
-
- Feb 12, 2025
-
-
Matthew Clarkson authored
Removes a circular dependency. `rules_diff` indirectly depends on `download_utils`.
-
Matthew Clarkson authored
-
- Feb 06, 2025
-
-
Matthew Clarkson authored
-
- Feb 05, 2025
-
-
Matthew Clarkson authored
-
- Jan 22, 2025
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Removes `reuse` support.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Will be disabled by default in Bazel 9. We exclusively use `MODULE.bazel`. Remove legacy workspace.
-
Matthew Clarkson authored
Bazel resolves transitive versions based on the `compatibility_level` and can chose a newer version that what is specified in `MODULE.bazel`. The warnings are often noise as we are happy to use newer versions, we just specify the minimum version we are compatible with in `MODULE.bazel`.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Dec 06, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Nov 27, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Nov 26, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Includes breaking change to `toolchain_local_select` which does not affect this module but is a needed updated for Bazel 8
-
- Nov 04, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-