Commits on Source (6)
-
Matthew Clarkson authored
-
Matthew Clarkson authored
-
Matthew Clarkson authored
`ctx.action.symlink` does not create a symlink without developer mode. Help out the rule by explicitly creating a hardlink.
374f38dd -
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
-
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))
Showing
- CHANGELOG.md 10 additions, 0 deletionsCHANGELOG.md
- MODULE.bazel 1 addition, 1 deletionMODULE.bazel
- README.md 4 additions, 4 deletionsREADME.md
- e2e/MODULE.bazel.lock 1 addition, 1 deletione2e/MODULE.bazel.lock
- e2e/toolchain/echo/BUILD.bazel 3 additions, 0 deletionse2e/toolchain/echo/BUILD.bazel
- toolchain/test/nt.tmpl.bat 3 additions, 2 deletionstoolchain/test/nt.tmpl.bat
- toolchain/test/posix.tmpl.sh 6 additions, 3 deletionstoolchain/test/posix.tmpl.sh
- toolchain/test/rule.bzl 5 additions, 0 deletionstoolchain/test/rule.bzl