cmake not needed for grpc_interop_ruby

pull/24000/head
Jan Tattermusch 4 years ago
parent b4007c1cbc
commit 64e33aa505
  1. 1
      templates/tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile.template
  2. 6
      tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile

@ -19,7 +19,6 @@
<%include file="../../apt_get_basic.include"/>
<%include file="../../python_deps.include"/>
<%include file="../../ruby_deps.include"/>
<%include file="../../cmake.include"/>
<%include file="../../run_tests_addons.include"/>
# Define the default command.
CMD ["bash"]

@ -82,12 +82,6 @@ RUN /bin/bash -l -c "echo 'export PATH=/usr/local/rvm/bin:$PATH' >> ~/.bashrc"
RUN /bin/bash -l -c "echo 'rvm --default use ruby-2.5' >> ~/.bashrc"
RUN /bin/bash -l -c "gem install bundler --no-document -v 1.9"
#=================
# Install cmake
# Note that this step should be only used for distributions that have new enough cmake to satisfy gRPC's cmake version requirement.
RUN apt-get update && apt-get install -y cmake && apt-get clean
RUN mkdir /var/local/jenkins

Loading…
Cancel
Save