Use clang instead of gcc for the bazel build.

Fixes #46415

PiperOrigin-RevId: 351800994
Change-Id: I75ceaf6a6b46e147ea8a9f5de84ad89b6cf5d186
This commit is contained in:
Advait Jain 2021-01-14 08:03:11 -08:00 committed by TensorFlower Gardener
parent 131762140a
commit f2922b713c

View File

@ -11,7 +11,7 @@ RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
RUN apt-get update
RUN apt-get install -y zip xxd
RUN apt-get install -y clang-format
RUN apt-get install -y clang clang-format
RUN pip install six
# Install Renode test dependencies