Support correct targets & toolchains#73
Conversation
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 |
3f4c927 to
9ac7bfe
Compare
|
For the reviewers the failed check QNX8 Build / qnx-build / Build QNX target (pull_request_target) is because of a sporadic failure. One commit before this check passed no relevant files changed. |
|
@paulquiring comments may be helpfull to fix qnx. Keep in mind that your chnages will only affect QNX CI only after merge so you shall test them locally . This means we need a collector in examples and mention it in CI/CD ? |
@pawelrutkaq I tested successfully locally and ensured that the examples are also build in the qnx workflow. |
|
@paulquiring please fix CI |
33f4b69 to
fa071ea
Compare
@pawelrutkaq I cannot re-run the failed jobs here. So I created a fork and opened the very same PR to my fork to see what happens. [Bazel Build / Build Bazel Code (pull_request) is successful in PR on fork Bazel Build / Build Bazel Code (pull_request) fails for this pr. I can't say where the problem lies. It's not reproducible. Neither with CI nor with bazel build --config x86_64-linux //... on my pc is it reproducible. EDIT: PR on fork This PR I suggest to merge because the last failing check is because of a bad Cache hit. |
This pull request updates the Bazel build and module configuration to improve multi-platform support, streamline toolchain management, and update dependencies. The main changes include significant refactoring of
.bazelrcandMODULE.bazelto support explicit platform and toolchain configurations for both Linux and QNX targets on x86_64 and arm64 architectures, as well as updates to workflow and dependency versions.