qnx8: add support for qnx8 - #3708
Open
pawelrutkaq wants to merge 1 commit into
Open
Conversation
pawelrutkaq
force-pushed
the
pawelrutkaq_add_qnx8_support
branch
from
October 30, 2025 15:23
45b3090 to
5a60bf7
Compare
Author
|
@krasimirgg maybe You could look here and tell me if this is right direction and we can continue or there are some other things one needs to do ? |
Author
|
Is there a way to run failing workflow locally ? https://buildkite.com/bazel/rules-rust-rustlang/builds/15966/steps/canvas?sid=019a35b7-e271-4132-b386-adbd15454eca It seems it used rustc 1.85.0 where I understood it shall at least 1.86.0 |
pawelrutkaq
force-pushed
the
pawelrutkaq_add_qnx8_support
branch
from
November 26, 2025 11:08
5a60bf7 to
c55b209
Compare
Merged
UebelAndre
requested changes
Dec 5, 2025
|
|
||
| _T3_PLATFORM_TRIPLES = { | ||
| "aarch64-unknown-nto-qnx710": _support(std = True, host_tools = False), | ||
| "aarch64-unknown-nto-qnx800": _support(std = True, host_tools = False), |
Collaborator
There was a problem hiding this comment.
What is the difference between aarch64-unknown-nto-qnx710 and aarch64-unknown-nto-qnx800? Can these be matched as different platforms? Or is this a similar issue to bazelbuild/platforms#38 ?
Author
There was a problem hiding this comment.
#3723 similar. so in practice thoe shal get some other constrain than cpu and os ones.
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 adds support for QNX8 since this target is supported from rustc 1.85.0 and from cfg-ext 0.19.0