Skip to content

[8.2.0] Add support for riscv64 linux#25745

Merged
iancha1992 merged 1 commit intobazelbuild:release-8.2.0from
bazel-io:cp25236-8.2.0
Apr 1, 2025
Merged

[8.2.0] Add support for riscv64 linux#25745
iancha1992 merged 1 commit intobazelbuild:release-8.2.0from
bazel-io:cp25236-8.2.0

Conversation

@bazel-io
Copy link
Member

This patch fixes bootstrapping bazel on riscv64 linux

In src/minimize_jdk.sh,

The usage of uname -p isn't portable and it returns unknown for me on riscv64.
So I changed it to uname -m.

Closes #25236.

PiperOrigin-RevId: 725251883
Change-Id: I5ddf82840a958137ddba4a521f4ee8502185d78d

Commit 5f74b9a

This patch fixes bootstrapping bazel on riscv64 linux

In `src/minimize_jdk.sh`,

The usage of `uname -p` isn't portable and it returns `unknown` for me on riscv64.
So I changed it to `uname -m`.

Closes bazelbuild#25236.

PiperOrigin-RevId: 725251883
Change-Id: I5ddf82840a958137ddba4a521f4ee8502185d78d
@bazel-io bazel-io requested a review from a team as a code owner March 31, 2025 15:44
@bazel-io bazel-io added team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website awaiting-review PR is awaiting review from an assigned reviewer labels Mar 31, 2025
@bazel-io bazel-io requested a review from meteorcloudy March 31, 2025 15:44
@iancha1992 iancha1992 enabled auto-merge March 31, 2025 15:44
@iancha1992 iancha1992 added this pull request to the merge queue Apr 1, 2025
Merged via the queue into bazelbuild:release-8.2.0 with commit 17f3cdd Apr 1, 2025
46 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants