Use clang instead of gcc for the bazel build.
Fixes #46415 PiperOrigin-RevId: 351800994 Change-Id: I75ceaf6a6b46e147ea8a9f5de84ad89b6cf5d186
This commit is contained in:
parent
131762140a
commit
f2922b713c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user