Disabling it allows clang-3.4 to run C/C++ on dockerpull/6926/head
parent
a9e62c2ddb
commit
8b79fdef7a
4 changed files with 8 additions and 16 deletions
@ -1,7 +1,2 @@ |
||||
<%include file="ccache_setup.include"/> |
||||
#====================== |
||||
# Zookeeper dependencies |
||||
# TODO(jtattermusch): is zookeeper still needed? |
||||
RUN apt-get install -y libzookeeper-mt-dev |
||||
|
||||
RUN mkdir /var/local/jenkins |
||||
<%include file="run_tests_addons_nocache.include"/> |
@ -0,0 +1,6 @@ |
||||
#====================== |
||||
# Zookeeper dependencies |
||||
# TODO(jtattermusch): is zookeeper still needed? |
||||
RUN apt-get install -y libzookeeper-mt-dev |
||||
|
||||
RUN mkdir /var/local/jenkins |
Loading…
Reference in new issue