platforms
platforms copied to clipboard
Constraint values for specifying platforms and toolchains
This was documented as a one-off in just one release ... https://github.com/bazelbuild/platforms/releases/tag/0.0.6 ... but newer releases failed to document the requirement. See https://github.com/bazelbuild/platforms/issues/66 for a related discussion.
The current definition of `platform_data` has a syntax error: it has `def _target_platform_transition_impl(attr)`, but should be `def _target_platform_transition_impl(settings, attr)`. This is why we need to add tests. I'll look into...
ARMv8-m supports 8 different optional extensions. Instead of supporting a curated set permutations, create new constraint setting for each extension. This is modeled after #63
This is a tracking issue for the implementation of [Standard Platform Transitions](https://github.com/bazelbuild/proposals/blob/main/designs/2023-06-08-standard-platform-transitions.md). The steps required are: - [ ] Implement [`platform_data`](https://github.com/bazelbuild/proposals/blob/main/designs/2023-06-08-standard-platform-transitions.md#change-to-a-set-of-static-platforms) - [ ] Implement [`change_platform` (for a static platform)](https://github.com/bazelbuild/proposals/blob/main/designs/2023-06-08-standard-platform-transitions.md#change-to-a-static-platform])...
add cpu type sw64 and loongarch64, PR Opener: @yangjiwei-source
Mini design document: https://docs.google.com/document/d/18pFUSWH0vN-R0AfIC5Wk5yWzE3Rhe0miDI5TgPRj2s4/edit# This PR is intended for discussion, I don't think it's necessarily ready to be merged. (In particular, I'm not sure if privileged execution modes are correctly...
Hi All, I am new to use bazel build system. I installed the latest bazelisk and bazel with 6.0.0. However when I tried to build fleetbench the following messages were...
`platforms` 0.0.6 was published on Aug 27, However it is not published to the central bazel repo. ``` ERROR: Error computing the main repository mapping: module not found in registries:...
Is `//cpu:ppc` the equivalent of PowerPC 64bit? Do we need a new constraint or an alias to `ppc64`?
This has been moved to rules_platforms.