From 80c0866ef079484f30315559959643917c8e3506 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 10 Oct 2023 15:34:19 +0300 Subject: [PATCH] Run the CI build in parallel The test-suite runs automatically in parallel but the main build doesn't. --- tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dockerfile b/tests/Dockerfile index 5c36b6c950..febfe48539 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -82,6 +82,6 @@ RUN cmake \ -DWITH_IMAEVM=ON \ -DMKTREE_BACKEND=rootfs \ ../rpm -RUN make tree +RUN make -j$(nproc) tree RUN rm -rf /srv/{rpm,build}