Skip to content

Commit

Permalink
Run the CI build in parallel
Browse files Browse the repository at this point in the history
The test-suite runs automatically in parallel but the main build
doesn't.
  • Loading branch information
pmatilai committed Oct 10, 2023
1 parent 1e6eb4d commit 80c0866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 80c0866

Please sign in to comment.