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

Fix javatools #8164

Closed
wants to merge 3 commits into from
Closed

Fix javatools #8164

wants to merge 3 commits into from

Conversation

katre
Copy link
Member

@katre katre commented Apr 26, 2019

No description provided.

@katre
Copy link
Member Author

katre commented Apr 26, 2019

buildjar is also not compatible with jdk8, so removed those tests on ubuntu1404 and ubuntu1604

@@ -72,10 +64,6 @@ java_test(
data = [
"//third_party/java/jdk/langtools:javac_jar",
],
jvm_flags = [
# Simulates how Bazel invokes turbine
"-Xbootclasspath/p:$(location //third_party/java/jdk/langtools:javac_jar)",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did you remove these flags? They may be the reason why the buildtools tests are failing on jdk8

Copy link
Member Author

Choose a reason for hiding this comment

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

Because the build fails with them on JDK11.

Copy link
Contributor

Choose a reason for hiding this comment

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

OK, I think it's ok to disable the tests for JDK8 for the time being... I'll investigate the issue on Monday. Thanks!

@bazelbuild bazelbuild deleted a comment Apr 26, 2019
@bazel-io bazel-io closed this in 680ffda Apr 26, 2019
@bazelbuild bazelbuild deleted a comment Apr 26, 2019
@bazelbuild bazelbuild deleted a comment Apr 26, 2019
@katre katre deleted the fix-javatools branch April 26, 2019 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants