- Jul 18, 2024
-
-
Bot authored
# 1.0.0-beta.1 (2024-07-18) ### Bug Fixes * support Windows ([a13cf8ab](https://git.gitlab.arm.com/bazel/rules_tar/commit/a13cf8abf2fab0b15cbe041cfc34176d03ec0f86)) * upgrade to `ape@1.0.0-beta.6` ([7599de83](https://git.gitlab.arm.com/bazel/rules_tar/commit/7599de83e505ef12cf456bd5c238918897c8fc4a)) ### Features * add support for `zstd`, `bzip2` and `gzip` ([9988b851](https://git.gitlab.arm.com/bazel/rules_tar/commit/9988b8516355975191032679fe3f824aa4d62a4c)) * added `e2e` tests for `tar` toolchain ([af1029e7](https://git.gitlab.arm.com/bazel/rules_tar/commit/af1029e73cbd1c23e52c74f1bd3ada61153a93e1)) * added semantic release to bazel template ([a8a66341](https://git.gitlab.arm.com/bazel/rules_tar/commit/a8a663411461dfd66fcc36635b1659a1beb3bd6b)) * created a `tar_extract` rule ([1590851a](https://git.gitlab.arm.com/bazel/rules_tar/commit/1590851ab4c42d2b78122161aacfc1d38664acf1)) * created a `tar_unpack` rule ([7e262e60](https://git.gitlab.arm.com/bazel/rules_tar/commit/7e262e6087587efa15b55b9312debbb3d3c83d74)) * resolved the toolchain for tar ([57f087f2](https://git.gitlab.arm.com/bazel/rules_tar/commit/57f087f292b44657a46d5e74b15193706faeaf8a)) * support added for `xz` ([37c211b9](https://git.gitlab.arm.com/bazel/rules_tar/commit/37c211b95744f859ce00475ce9466779e483de03))
-
Matthew Clarkson authored
-
- Jun 26, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Needed to switch to piping the data into `tar`. The `PATH` override does not work on Windows. This has the added benefit that we do not depend on any `tar` specific flags.
-
- Jun 25, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
-
Thomas Wilks authored
-
- Jun 13, 2024
-
-
Thomas Wilks authored
-
- May 08, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
This brings remote execution support for the binaries. It also updates the chain to use a newer version of `toolchain_utils` that provides `toolchain.run` that can be passed to `ctx.actions.run#executable` to enable passing the runfiles into the action.
-
- Apr 12, 2024
-
-
Matthew Clarkson authored
-
- Mar 27, 2024
-
-
Matthew Clarkson authored
For consistency with other rulesets we create.
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Mar 26, 2024
-
-
Thomas Wilks authored
-
- Mar 25, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
This detects that multiple files are unpacked and identical. The `fixture.tar` now has multiple files contained which enables easier testing of other rules.
-
Thomas Wilks authored
-
- Mar 13, 2024
-
-
Thomas Wilks authored
-
Thomas Wilks authored
-
Thomas Wilks authored
-
Thomas Wilks authored
-
Matthew Clarkson authored
-
- Feb 13, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Jan 13, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Jan 12, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Jan 09, 2024
-
-
Thomas Wilks authored
-
- Jan 05, 2024
-
-
Matthew Clarkson authored
-