Commits on Source (9)
-
Matthew Clarkson authored
-
Matthew Clarkson authored
On WSL2, the kernel version is reported as a four-part version such as `5.15.167.4-microsoft-standard-WSL2`. The extra part is the increment number that Microsoft put onto of the upstream kernel headers. We drop the extra patch part to stay consistent. This likely needs a follow-up series of patches to validate the detection under WSL.
-
560877f6
-
9273efe3
-
`${@}` syntax is not supported on Bash 3.2 which is the default on MacOS.
c4020797 -
`rules_python` expects `install_name_tool` to be available on the system. This is not the case when MacOS does not have developer tools installed. `rules_python` attempts to perform the following: ``` /usr/bin/install_name_tool -id @rpath/libpython3.11.dylib lib/libpython3.11.dylib ``` We should do either: - Upstream support for hermetic `install_name_tool` - Switch the runfiles test to `rules_go` The latter is likely the best choice.
52973737 -
b93aa6cb
-
Matthew Clarkson authored
-
Bot authored
## [1.0.2](https://git.gitlab.arm.com/bazel/toolchain_utils/compare/v1.0.1...v1.0.2) (2025-02-06) ### Bug Fixes * allow four-part `uname -r` versions ([555a6740](https://git.gitlab.arm.com/bazel/toolchain_utils/commit/555a67407e3639c71356950f2d2151860ba2fb4f)) * **toolchain_test:** use `$@` rather than `${@}` ([c4020797](https://git.gitlab.arm.com/bazel/toolchain_utils/commit/c4020797351cd3f968c286e834b6a9720a579511))
Showing
- .gitlab-ci.yml 10 additions, 0 deletions.gitlab-ci.yml
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- CODEOWNERS 9 additions, 0 deletionsCODEOWNERS
- MODULE.bazel 1 addition, 1 deletionMODULE.bazel
- e2e/.bazelrc 0 additions, 3 deletionse2e/.bazelrc
- e2e/MODULE.bazel 0 additions, 12 deletionse2e/MODULE.bazel
- e2e/MODULE.bazel.lock 2 additions, 7 deletionse2e/MODULE.bazel.lock
- e2e/toolchain/runfiles/BUILD.bazel 5 additions, 9 deletionse2e/toolchain/runfiles/BUILD.bazel
- e2e/toolchain/runfiles/binary.go 28 additions, 0 deletionse2e/toolchain/runfiles/binary.go
- e2e/toolchain/runfiles/binary.py 0 additions, 16 deletionse2e/toolchain/runfiles/binary.py
- toolchain/local/triplet/os.bzl 1 addition, 0 deletionstoolchain/local/triplet/os.bzl
- toolchain/test/posix.tmpl.sh 1 addition, 1 deletiontoolchain/test/posix.tmpl.sh
e2e/toolchain/runfiles/binary.go
0 → 100644
e2e/toolchain/runfiles/binary.py
deleted
100644 → 0