Draft
Conversation
try containarized builds Signed-off-by: Dan Calavrezo <195309321+dcalavrezo-qorix@users.noreply.github.com>
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
hopefully we have it in the devcontainer Signed-off-by: Dan Calavrezo <195309321+dcalavrezo-qorix@users.noreply.github.com>
check the reusable workflows with containirzed execution Signed-off-by: Dan Calavrezo <195309321+dcalavrezo-qorix@users.noreply.github.com>
lurtz
reviewed
Feb 23, 2026
| qnx-rust-build: | ||
| runs-on: ubuntu-latest | ||
| container: | ||
| image: ghcr.io/eclipse-score/devcontainer:v1.1.0 |
Contributor
There was a problem hiding this comment.
Suggested change
| image: ghcr.io/eclipse-score/devcontainer:v1.1.0 | |
| image: ghcr.io/eclipse-score/devcontainer:v1.2.0 |
There is a new release with the Rust and LLVM features removed to reduce the image size
Contributor
There was a problem hiding this comment.
However I heard Rust bindgen needs LLVM installed on the host / container
Contributor
There was a problem hiding this comment.
FYI the main tag of the devcontianer has LLVM reintroduced
Contributor
|
@dcalavrezo-qorix can we test this in reference integration first? and with all coverage for cpp and rust whihc s there as this always bring lot of hassles. |
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.
try containarized builds