-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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 CI: Android test failing with Bazel 4.1.0 #387
Comments
@philwo Does this looks like something wrong with the Android SKD installation on the VM? |
@meteorcloudy I think this is the same issue as this one: #384 (comment) IIRC the wrapper script somehow didn't symlink the required library correctly. :/ |
I hacked the wrapper script a bit to print some information:
It shows the desired |
/cc @ahumesky |
The dynamic linker search path order is explained at https://unix.stackexchange.com/questions/367600/what-is-the-order-that-linuxs-dynamic-linker-searches-paths-in I suspect there is a change on the RBE docker image that somehow introduced I'm able to fix the problem by adding So I think the solutions are:
|
FYI @comius |
Another way to fix this is using Bazel CI image on RBE. I am working with @philwo to find an easy way for downstream projects to use the pre-generated configurations by |
This seems to be fixed, but underlying issue (bazelbuild/bazel#13409) popped back up. |
Created #403 to use Bazel CI image on RBE. But build fails with other errors:
Any ideas? |
Can close and track this in #417 |
https://buildkite.com/bazel/android-testing/builds/1309#
Culprit should be bazel-contrib/rules_jvm_external#562
The text was updated successfully, but these errors were encountered: