File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
.github/workflows/containers/github-action-ci-code-format Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,8 @@ COPY --from=clang-format-toolchain $LLVM_SYSROOT $LLVM_SYSROOT
40
40
# Need git for git-clang-format.
41
41
RUN apt-get update && \
42
42
DEBIAN_FRONTEND=noninteractive apt-get install -y \
43
- # binutils \
44
43
git \
45
44
nodejs \
46
- # python3-psutil \
47
45
sudo \
48
46
# These are needed by the premerge pipeline. Pip and venv are used to
49
47
# install dependent python packages.
@@ -71,6 +69,7 @@ RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
71
69
USER gha
72
70
WORKDIR /home/gha
73
71
72
+ # Install dependencies for 'pr-code-format.yml' job
74
73
COPY llvm/utils/git/requirements_formatting.txt /home/gha/requirements_formatting.txt
75
74
RUN python -m venv venv && \
76
75
venv/bin/pip install -r /home/gha/requirements_formatting.txt && \
You can’t perform that action at this time.
0 commit comments