Commits on Source (12)
-
Matthew Clarkson authored
BREAKING CHANGE: `ToolchainInfo#inherited` removed It is not possible to use these in an action as the host environment variables cannot be read host environment variables.
Verified7608c42b -
Matthew Clarkson authoredVerified7642594b
-
Matthew Clarkson authoredVerifieda6441df5
-
Matthew Clarkson authored
Already defined in `.bazelrc`
Verified92360391 -
Matthew Clarkson authored
`/etc/os-release` does not have to container `ID_LIKE`. The code accesses `data.id_like`. This patch provides a default value of `None`.
Verified177738d7 -
Matthew Clarkson authored
`uname -r` may only return purely the Linux kernel version on distroless images.
Verifiede040928d -
Matthew Clarkson authored
Saves time when building recrusively, as they are only needed when running or as a dependency.
Verifiedc8ff298b -
Matthew Clarkson authored
Provides `//toolchain/platform:amd64-linux`, etc.
Verified27ba292a -
Matthew Clarkson authoredVerifiedcf24d760
-
Matthew Clarkson authoredVerifieda384e649
-
Matthew Clarkson authoredVerifiede2b4c12e
-
Bot authored
# [1.0.0-beta.14](https://git.gitlab.arm.com/bazel/toolchain_utils/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2024-09-06) ### Bug Fixes * **local:** grab first part of `uname -r` ([e040928d](https://git.gitlab.arm.com/bazel/toolchain_utils/commit/e040928dc9ba3ba87e6feedbe3850d751a0896a2)) * **local:** provide `/etc/os-release` defaults ([177738d7](https://git.gitlab.arm.com/bazel/toolchain_utils/commit/177738d71b8b50b0c13a02c494f6cf04d93bd316)) * remove `ToolchainInfo#inherited` ([7608c42b](https://git.gitlab.arm.com/bazel/toolchain_utils/commit/7608c42b57f6c2b7b9db4b61aed54a3fc27557d7)) ### Features * add `//toolchain/constraint/local:{cpu,os,libc}` aliases ([a384e649](https://git.gitlab.arm.com/bazel/toolchain_utils/commit/a384e6491bbad9975e4cf9ce5e16758e8e6b7c01)) * add `//toolchain/local/constraint:{cpu,os,libc}` targets ([cf24d760](https://git.gitlab.arm.com/bazel/toolchain_utils/commit/cf24d7609f95b765698181a24a370fc4b5c160ac)) * add couplet platforms ([27ba292a](https://git.gitlab.arm.com/bazel/toolchain_utils/commit/27ba292a92948f25e8b429d25b463f47727c8597)) ### BREAKING CHANGES * `ToolchainInfo#inherited` removed It is not possible to use these in an action as the host environment variables cannot be read host environment variables.
Showing
- .bazelrc.ci 3 additions, 3 deletions.bazelrc.ci
- .gitlab-ci.yml 9 additions, 2 deletions.gitlab-ci.yml
- CHANGELOG.md 21 additions, 0 deletionsCHANGELOG.md
- MODULE.bazel 1 addition, 1 deletionMODULE.bazel
- e2e/.bazelrc.ci 3 additions, 3 deletionse2e/.bazelrc.ci
- toolchain/constraint/local/BUILD.bazel 17 additions, 0 deletionstoolchain/constraint/local/BUILD.bazel
- toolchain/info/rule.bzl 0 additions, 3 deletionstoolchain/info/rule.bzl
- toolchain/local/BUILD.bazel 18 additions, 0 deletionstoolchain/local/BUILD.bazel
- toolchain/local/triplet/libc.bzl 2 additions, 1 deletiontoolchain/local/triplet/libc.bzl
- toolchain/local/triplet/os.bzl 1 addition, 1 deletiontoolchain/local/triplet/os.bzl
- toolchain/platform/BUILD.bazel 18 additions, 0 deletionstoolchain/platform/BUILD.bazel
- toolchain/triplet/BUILD.bazel 1 addition, 0 deletionstoolchain/triplet/BUILD.bazel
toolchain/constraint/local/BUILD.bazel
0 → 100644