Skip to content

fix: update toolchain type to ppc64le from ppc#3907

Merged
jbedard merged 1 commit intobazel-contrib:mainfrom
rickystewart:ricky/lnptrmwzkopz
Mar 20, 2026
Merged

fix: update toolchain type to ppc64le from ppc#3907
jbedard merged 1 commit intobazel-contrib:mainfrom
rickystewart:ricky/lnptrmwzkopz

Conversation

@rickystewart
Copy link
Copy Markdown
Contributor

Builds will fail due to the toolchain type not matching on ppc64le without this change. Note that ppc64le and ppc are different architectures.

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature (please, look at the "Scope of the project" section in the README.md file)
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Builds fail on ppc64le.

What is the new behavior?

They don't fail due to the wrong toolchain type.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Builds will fail due to the toolchain type not matching on `ppc64le`
without this change. Note that `ppc64le` and `ppc` are different
architectures.
@aspect-workflows
Copy link
Copy Markdown

aspect-workflows bot commented Mar 20, 2026

Bazel 7 (Test)

All tests were cache hits

1 test (100.0%) was fully cached saving 18ms.


Bazel 8 (Test)

All tests were cache hits

1 test (100.0%) was fully cached saving 19ms.


Bazel 9 (Test)

All tests were cache hits

1 test (100.0%) was fully cached saving 35ms.

@jbedard jbedard changed the title update toolchain type to ppc64le from ppc fix: update toolchain type to ppc64le from ppc Mar 20, 2026
@jbedard jbedard merged commit 3b27e89 into bazel-contrib:main Mar 20, 2026
28 of 29 checks passed
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.

2 participants