Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix bazelisk installation command for linux/arm64 #18016

Merged
merged 1 commit into from
Sep 8, 2021
Merged

docs: fix bazelisk installation command for linux/arm64 #18016

merged 1 commit into from
Sep 8, 2021

Conversation

musaprg
Copy link
Contributor

@musaprg musaprg commented Sep 7, 2021

In aarch64 machines, the bazelisk installation command in the docs fails due to binary format mismatch.
This change is not critical for users because they can notice it before or after invoking it, but for convenience, this PR fixes the command to take care of the machine architecture running on.

Since the bazelisk is written in Go and anyway the Go is needed to build BoringSSL, it might be better to use go install or go get -u command to install bazelisk to avoid tricky oneliner install command. Please take a look and give some comments about it.

Risk Level: Low
Testing: N/A
Docs Changes: fix the bazelisk installation command for Linux in bazel/README.md to take care of its running arch.
Release Notes: N/A

@repokitteh-read-only
Copy link

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #18016 was opened by musaprg.

see: more, trace.

In aarch64 machines, the bazelisk installation command fails due to binary format mismatch. We need to take care of the architecture running on.

Signed-off-by: Kotaro Inoue <k.musaino@gmail.com>
@musaprg musaprg marked this pull request as ready for review September 7, 2021 18:01
Copy link
Member

@phlax phlax left a comment

Choose a reason for hiding this comment

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

lgtm, thanks @musaprg

ci is blocking just now, so ill land once its fixed

@lizan lizan merged commit ff68b33 into envoyproxy:main Sep 8, 2021
@musaprg musaprg deleted the patch-1 branch September 9, 2021 03:45
tyxia pushed a commit to tyxia/envoy that referenced this pull request Sep 21, 2021
In aarch64 machines, the bazelisk installation command fails due to binary format mismatch. We need to take care of the architecture running on.

Signed-off-by: Kotaro Inoue <k.musaino@gmail.com>
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.

3 participants