Skip to content

Commit c77c278

Browse files
committed
[GitHub][CI] Add parallel to the ci-container-abi-tests container
This way we can use the container for the libclang-abi-tests too.
1 parent 70d379f commit c77c278

File tree

1 file changed

+1
-0
lines changed
  • .github/workflows/containers/github-action-ci-tooling

1 file changed

+1
-0
lines changed

.github/workflows/containers/github-action-ci-tooling/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ RUN apt-get update && \
108108
abi-compliance-checker \
109109
abi-dumper \
110110
autoconf \
111+
parallel \
111112
pkg-config && \
112113
apt-get clean && \
113114
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)