add simple itf test for scrample application#16
Merged
Conversation
FScholPer
requested changes
Nov 5, 2025
Contributor
FScholPer
left a comment
There was a problem hiding this comment.
gcc toolchain seems not be used like defined in the toolchain readme (Override, version pinning...)
c6ee36c to
3aeacbf
Compare
3aeacbf to
eb3371a
Compare
Member
Why do you say that? Can you please point in toolchain README.md where this PR doesn't follow recommended steps for setting toolchain? |
eb3371a to
f5db7c7
Compare
f5db7c7 to
3a873c8
Compare
Fix release verification workflow for qemu
nradakovic
approved these changes
Nov 5, 2025
FScholPer
approved these changes
Nov 6, 2025
| # SPDX-License-Identifier: Apache-2.0 | ||
| # ******************************************************************************* | ||
|
|
||
| name: Test reference integration |
| remote = "https://github.com/eclipse-score/communication.git", | ||
| ) | ||
|
|
||
| bazel_dep(name = "scrample", version = "0.0.1") |
Contributor
There was a problem hiding this comment.
can we please use the registry here
|
|
||
| bazel_dep(name = "score_baselibs", version = "0.1.3") | ||
|
|
||
| bazel_dep(name = "score_communication", version = "0.0.1") |
qnx_qemu/MODULE.bazel
Outdated
| # Configure target toolchain for QNX build. | ||
| bazel_dep(name = "score_toolchains_qnx", version = "0.0.2") | ||
| # NOTE: Currently we need to pick dedicated version of toolchains_qnx due to recent changes in the main branch. | ||
| git_override( |
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.
No description provided.