Skip to content

Commit 202df68

Browse files
committed
[libc++] Install clang-format on CI nodes
1 parent 658dc21 commit 202df68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxx/utils/ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ENV DEBIAN_FRONTEND=noninteractive
4545
RUN apt-get update && apt-get install -y bash curl
4646

4747
# 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
4949
RUN apt-get update && apt-get install -y libc6-dev-i386 # Required to cross-compile to 32 bits
5050

5151
# Install the most recently released LLVM

libcxx/utils/ci/macos-ci-setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source secrets.env
1010
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
1111

1212
# 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
1414

1515
CFG_DIR="$(brew --prefix)/etc/buildkite-agent"
1616

0 commit comments

Comments
 (0)