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

Make the dist_install test use Java 8 #8609

Merged
merged 1 commit into from May 12, 2021

Conversation

acozzette
Copy link
Member

This is necessary because the Kotlin support requires Java 8 or
higher.

@@ -29,3 +29,10 @@ RUN apt-get install -y \
# -- For java_linkage_monitor \
openjdk-8-jdk \
&& apt-get clean

# Python dependencies
RUN apt-get install -y \
Copy link
Contributor

Choose a reason for hiding this comment

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

You could merge the apt commands together, if you want. That would make the container slightly faster to build.

@dlj-NaN dlj-NaN self-requested a review May 12, 2021 21:02
This is necessary because the Kotlin support requires Java 8 or
higher.

Making this test use Java 8 required switching it to the java_stretch
Docker image and updating that image to include some Python
dependencies.
@acozzette acozzette merged commit ca29550 into protocolbuffers:3.17.x May 12, 2021
@acozzette acozzette deleted the fix-dist-install branch May 12, 2021 21:42
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.

None yet

3 participants