From c77c2782ec298aac6c6a1fde4f64201eed2359ac Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 10 Nov 2025 17:01:58 -0800 Subject: [PATCH] [GitHub][CI] Add parallel to the ci-container-abi-tests container This way we can use the container for the libclang-abi-tests too. --- .github/workflows/containers/github-action-ci-tooling/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/containers/github-action-ci-tooling/Dockerfile b/.github/workflows/containers/github-action-ci-tooling/Dockerfile index be61264b93753..b78c99efb9be3 100644 --- a/.github/workflows/containers/github-action-ci-tooling/Dockerfile +++ b/.github/workflows/containers/github-action-ci-tooling/Dockerfile @@ -108,6 +108,7 @@ RUN apt-get update && \ abi-compliance-checker \ abi-dumper \ autoconf \ + parallel \ pkg-config && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*