]> git.ipfire.org Git - thirdparty/ccache.git/commit
chore: Fix build parallelism in ci/build again
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 17 Mar 2024 14:55:19 +0000 (15:55 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 24 Mar 2024 08:32:12 +0000 (09:32 +0100)
commita541ee0f12fd3609dc662ef4c25b279078466fb6
treefd2aac3e896c122b7bd2517e35a61a2d7a53862e
parentc3c50f0ea445d44da4343921d4f1566c8ddce1d5
chore: Fix build parallelism in ci/build again

The -j option was removed in 39dcc7488159e6812292ecbd15a1ed25ade493a2,
but that means that builds using make will be serial. Thus add the
option again.
ci/build