aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/test/sanity
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2018-01-16 18:13:26 -0800
committerGravatar Noah Eisen <ncteisen@google.com>2018-01-16 18:13:26 -0800
commit86ddb5393d452fc30ba3941a286c79c253909abc (patch)
treef47c0f3d28cdfeba0351856b5d5889dbe16129ae /templates/tools/dockerfile/test/sanity
parente737ae9e32823e924c452e98798f3d044e4dd394 (diff)
Ensure all sanity finds clang-tidy
Diffstat (limited to 'templates/tools/dockerfile/test/sanity')
-rw-r--r--templates/tools/dockerfile/test/sanity/Dockerfile.template2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/tools/dockerfile/test/sanity/Dockerfile.template b/templates/tools/dockerfile/test/sanity/Dockerfile.template
index 9caa10884d..7453e6c460 100644
--- a/templates/tools/dockerfile/test/sanity/Dockerfile.template
+++ b/templates/tools/dockerfile/test/sanity/Dockerfile.template
@@ -54,8 +54,6 @@
RUN ./bazel-0.4.4-installer-linux-x86_64.sh
<%include file="../../clang5.include"/>
- RUN ln -s /clang+llvm-5.0.0-linux-x86_64-ubuntu14.04/bin/clang-format /usr/local/bin/clang-format
- ENV CLANG_FORMAT=clang-format
<%include file="../../run_tests_addons.include"/>
# Define the default command.