- Jan 22, 2025
-
-
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
-
Matthew Clarkson authored
-
- Sep 17, 2024
-
-
- Sep 08, 2024
-
-
Matthew Clarkson authored
-
- Aug 30, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- May 02, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Apple Silicon and remote execution support.
-
- Mar 12, 2024
-
-
Alexander Khabarov authored
-
- Feb 26, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Feb 21, 2024
-
-
Matthew Clarkson authored
-
- Feb 13, 2024
-
-
Matthew Clarkson authored
BREAKING CHANGE: Project renamed to `download_utils` for BCR upstreaming. A graceful switch can be done by renaming the module in `MODULE.bazel`: ``` bazel_dep(name = "download_utils", repo_name = "rules_download") ```
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
It makes more sense to have the specific attribute for the concrete rule rather than in the library function
-
Matthew Clarkson authored
-
Matthew Clarkson authored
On Windows `ctx.symlink` actually creates hardlinks. BREAKING CHANGE: `symlinks` in the rule is now `links` ```diff download_archive( - symlinks = { + links = { "abc.txt": "def.txt", } ) ```
-