Update dependency score_bazel_platforms to v0.1.2#29
Open
eclipse-score-bot wants to merge 1 commit into
Open
Conversation
f1a673d to
7df22b9
Compare
7df22b9 to
dc13a13
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.0.3→0.1.2Release Notes
eclipse-score/bazel_platforms (score_bazel_platforms)
v0.1.2Release 0.1.2
What's Changed
New Contributors
Full Changelog: eclipse-score/bazel_platforms@v0.1.1...v0.1.2
v0.1.1Release 0.1.1
This release only fixes typos in deprecated platform definitions. No new platforms have been added.
v0.1.0Release 0.1.0
This release provides several new platform constraints as well 2 new platforms.
Added constraints:
Renamed constraints:
Added platforms:
v0.0.4This release introduces the initial set of canonical Bazel platforms provided by the score_bazel_platforms module. The module serves as the centralized source of truth for platform and constraint definitions across S-CORE projects, enabling consistent toolchain selection and reproducible builds.
Added Platforms
The following platforms are now available:
Linux / GCC / POSIX
x86_64-linux-gcc_12.2.0-posix
Linux platform targeting x86_64 with GCC 12.2.0 and a generic POSIX runtime.
x86_64-linux-gcc_8.3.0-posix
Linux platform targeting x86_64 with GCC 8.3.0 and a generic POSIX runtime.
aarch64-linux-gcc_12.2.0-posix
Linux platform targeting arm64 with GCC 12.2.0 and a generic POSIX runtime.
QNX / SDP / POSIX
x86_64-qnx-sdp_8.0.0-posix
QNX platform targeting x86_64 with SDP 8.0.0 and a POSIX runtime.
x86_64-qnx-sdp_7.1.0-posix
QNX platform targeting x86_64 with SDP 7.1.0 and a POSIX runtime.
aarch64-qnx-sdp_8.0.0-posix
QNX platform targeting arm64 with SDP 8.0.0 and a POSIX runtime.
aarch64-qnx-sdp_7.1.0-posix
QNX platform targeting arm64 with SDP 7.1.0 and a POSIX runtime.
Scope and Intent