- Jan 10, 2024
-
-
Bot authored
# [1.0.0-alpha.16](https://git.gitlab.arm.com/bazel/rules_toolchain/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2024-01-10) ### Bug Fixes * **e2e:** add `amd64-macos-darwin` fixture ([6d650a95](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/6d650a95fee3b0fb65ecc210c38fac28971506fc))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Bot authored
# [1.0.0-alpha.15](https://git.gitlab.arm.com/bazel/rules_toolchain/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2024-01-10) ### Bug Fixes * **sw_vers:** support single and double Darwin OS versions ([bb887b98](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/bb887b98b601be790b3a1cc95486de9ed30f9a83))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Jan 09, 2024
-
-
Bot authored
# [1.0.0-alpha.14](https://git.gitlab.arm.com/bazel/rules_toolchain/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2024-01-09) ### Bug Fixes * **symlink/target:** forward on target runfiles ([8b64cee2](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/8b64cee2c9b323bc94def46806f81f7de00b88f3)) * **test:** add executable to runfiles ([57e26219](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/57e2621953afaa8762609527b24eb89ae7788c1b)) * **test:** correct TAP output for diff comparison ([e965777b](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/e965777bb2c9854d1e022b45ddc4d3f35596855b)) * **test:** forward on runfiles ([e832606d](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/e832606d803aeb654a876ff53ba56a7b35df952a))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Jan 08, 2024
-
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
- Dec 20, 2023
-
-
Matthew Clarkson authored
-
- Dec 13, 2023
-
-
Bot authored
# [1.0.0-alpha.13](https://git.gitlab.arm.com/bazel/rules_toolchain/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2023-12-13) ### Bug Fixes * correct MacOS constraint ([4259c2de](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/4259c2deb70d7c4aa4ac40f274a460e9be35675b))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Bot authored
# [1.0.0-alpha.12](https://git.gitlab.arm.com/bazel/rules_toolchain/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2023-12-13) ### Bug Fixes * better `uname` processing ([65ff62a2](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/65ff62a27f8d3fdbc2d8165402031248dbbdfaf1)) ### Features * add MacOS triplet detection ([fbc8e8ea](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/fbc8e8ea6dc7c422cd33bbb4106c923cab3e7bd0))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Be defensive on the kernel name
-
Bot authored
# [1.0.0-alpha.11](https://git.gitlab.arm.com/bazel/rules_toolchain/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2023-12-13) ### Bug Fixes * create hardlinks on Windows ([374f38dd](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/374f38ddb93b74c48ea00f222c2c871cf7821539)) ### Features * **test:** allow custom exit codes ([d0fc4991](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/d0fc4991421a494975cc47a2857e3d78a6d356a1))
-
Matthew Clarkson authored
-
This forces the `@which-echo` repository to run which will fail when there is no `echo` on `PATH`. That is the case on Windows. It is not guaranteed that `echo` is on `PATH` on Linux but highly likely.
-
Matthew Clarkson authored
`ctx.action.symlink` does not create a symlink without developer mode. Help out the rule by explicitly creating a hardlink.
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Bot authored
# [1.0.0-alpha.10](https://git.gitlab.arm.com/bazel/rules_toolchain/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2023-12-13) ### Features * make `which` mandatory ([274d2c96](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/274d2c96991ea897a76055527561e5346402792a))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
Splitting out `resolved`/`which` repository rules makes sense. It prevents any missing tools from raising an error in the toolchain resolution rather than later via the stub. This is _much_ more **user** friendly. Including the `resolved` target in the local repository was more **developer** friendly as it negated the need for two repositories. We want to be **user** friendly.
-
Bot authored
# [1.0.0-alpha.9](https://git.gitlab.arm.com/bazel/rules_toolchain/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2023-12-13) ### Bug Fixes * create hardlinks on Windows ([fb7691df](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/fb7691df6a7948dd19cddceca2a169480ed40913)) * set minimum version to Bazel 7 ([0db2cc79](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/0db2cc79ca316ef76fb02c33baf35810479dbc59)) ### Features * add `msvc` C library constraint ([f638f1fa](https://git.gitlab.arm.com/bazel/rules_toolchain/commit/f638f1fa59df687302443216857d6353a48e9f64))
-
Matthew Clarkson authored
-
Matthew Clarkson authored
`use_repo_rule` never made it into Bazel 6.4.0
-
- Dec 12, 2023
-
-
Matthew Clarkson authored
No versions for now as we only need the unversioned to describe some Rust downloaded binaries.
-
Matthew Clarkson authored
-
- Dec 11, 2023
-
-
`ctx.action.symlink` does not create a symlink without developer mode. Help out the rule by explicitly creating a hardlink.
-
Matthew Clarkson authored
This is what engineers expect.
-