You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At head, with Bazel 7.0.0rc1, these tests fail because the resolved JDK paths aren't what is expected:
USE_BAZEL_VERSION=7.0.0rc1 bazel test --enable_bzlmod=false --incompatible_enable_android_toolchain_resolution=false --java_runtime_version=17 -- //test/rules/android_local_test:android_local_test_default_launcher
FAIL: //test/rules/android_local_test:android_local_test_default_launcher (see /usr/local/google/home/jcater/.cache/bazel/_bazel_jcater/ddb4e20e0e2e6bca92f5deeef02ce168/execroot/rules_android/bazel-out/k8-fastbuild/testlogs/test/rules/android_local_test/android_local_test_default_launcher/test.log)
INFO: From Testing //test/rules/android_local_test:android_local_test_default_launcher:
==================== Test output for //test/rules/android_local_test:android_local_test_default_launcher:
In test _android_local_test_default_launcher from //test/rules/android_local_test:java_launcher_test.bzl: Expect runfiles to contains ../remotejdk17_linux/bin/java but was ...
At head, with Bazel 7.0.0rc1, these tests fail because the resolved JDK paths aren't what is expected:
(Full log attached)
alt.log
The text was updated successfully, but these errors were encountered: