File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ ENV DEBIAN_FRONTEND=noninteractive
45
45
RUN apt-get update && apt-get install -y bash curl
46
46
47
47
# Install various tools used by the build or the test suite
48
- RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils git gdb
48
+ RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils git gdb clang-format
49
49
RUN apt-get update && apt-get install -y libc6-dev-i386 # Required to cross-compile to 32 bits
50
50
51
51
# Install the most recently released LLVM
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ source secrets.env
10
10
/bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh) "
11
11
12
12
# Install the required tools to run CI
13
- brew install sphinx-doc python3 ninja cmake buildkite/buildkite/buildkite-agent
13
+ brew install sphinx-doc python3 ninja cmake clang-format buildkite/buildkite/buildkite-agent
14
14
15
15
CFG_DIR=" $( brew --prefix) /etc/buildkite-agent"
16
16
You can’t perform that action at this time.
0 commit comments