Skip to content

Conversation

@kgraeper
Copy link
Contributor

No description provided.

@kgraeper kgraeper force-pushed the feature/build-support-for-arm64-qnx8_0 branch from 3fc7532 to 1c4d83a Compare February 11, 2026 09:01
@kgraeper kgraeper requested a review from Copilot February 11, 2026 09:01
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Bazel and CI configuration to build for the arm64-qnx8_0 target.

Changes:

  • Enable arm64-qnx8_0 in the reusable smoke-test workflow matrix.
  • Add Bazel build configs for arm64-linux, x86_64-qnx8_0, and arm64-qnx8_0.
  • Update toolchain repo usage to include QNX aarch64 and a base GCC toolchain repo.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
score_toolchains.MODULE.bazel Adjusts toolchain repositories used for GCC/QCC, including QNX aarch64.
.github/workflows/reusable_smoke-test.yml Enables the arm64-qnx8_0 CI job.
.bazelrc Introduces/extends Bazel configs for arm64 Linux and QNX 8.0 (x86_64 + arm64).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +63 to +64
build:arm64-qnx8_0 --platforms=@score_bazel_platforms//:arm64-qnx8_0
build:arm64-qnx8_0 --extra_toolchains=@score_qcc_aarch64_toolchain//:aarch64-qnx-sdp_8.0.0-posix
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This config mixes "arm64" (platform name) with "aarch64" (toolchain name). If your repo treats these as synonyms that’s fine, but it would be clearer to align naming (e.g., use a consistent arm64/aarch64 convention for both platform and toolchain labels) to reduce confusion when adding more QNX variants.

Copilot uses AI. Check for mistakes.
@github-actions
Copy link

The created documentation from the pull request is available at: docu-html

@kgraeper kgraeper force-pushed the feature/build-support-for-arm64-qnx8_0 branch from afb2da5 to 605d7aa Compare February 12, 2026 12:21
@kgraeper kgraeper requested a review from Copilot February 12, 2026 12:21
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant