-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
bazel-3.3.0 fails to bootstrap on ppc64le #11643
Comments
I had this problem on a raspberry pi 4 b (Debian 10 buster).
To the following:
|
@redsigma Thanks. If the maintainers are interested, this fixes the build for both ppc64/ppc64le: ceseo@2c49a93 I already have a Google CLA signed for golang, so I think I'm clear. |
Description of the problem / feature request:
While bootstrapping bazel-3.3.0 on ppc64le:
This is probably because
jni_md.h
is injdk/include/linux
, notjdk/include
. Looking at the JDK installation path on Ubuntu 18.04:Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Just try a bootstrap build on ppc64le.
What operating system are you running Bazel on?
Ubuntu 18.04.3
The text was updated successfully, but these errors were encountered: