Skip to content

Commit d7ee503

Browse files
committed
better
1 parent df0f99b commit d7ee503

File tree

1 file changed

+1
-2
lines changed
  • .github/workflows/containers/github-action-ci-code-format

1 file changed

+1
-2
lines changed

.github/workflows/containers/github-action-ci-code-format/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ COPY --from=clang-format-toolchain $LLVM_SYSROOT $LLVM_SYSROOT
4040
# Need git for git-clang-format.
4141
RUN apt-get update && \
4242
DEBIAN_FRONTEND=noninteractive apt-get install -y \
43-
# binutils \
4443
git \
4544
nodejs \
46-
# python3-psutil \
4745
sudo \
4846
# These are needed by the premerge pipeline. Pip and venv are used to
4947
# install dependent python packages.
@@ -71,6 +69,7 @@ RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
7169
USER gha
7270
WORKDIR /home/gha
7371

72+
# Install dependencies for 'pr-code-format.yml' job
7473
COPY llvm/utils/git/requirements_formatting.txt /home/gha/requirements_formatting.txt
7574
RUN python -m venv venv && \
7675
venv/bin/pip install -r /home/gha/requirements_formatting.txt && \

0 commit comments

Comments
 (0)