aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-02-06 19:40:15 +0600
committerfixeria <vyanitskiy@sysmocom.de>2022-02-07 09:37:41 +0000
commitf532d78922ccc99c183352c2d12156ae7c58eec0 (patch)
tree2c6cb2d2bef663c1b2fd2e9006b782e5e4c7a5ed
parent80ac90261bc098fa82daa2ffa16f4f07bb7d5f63 (diff)
fixup: debian-bullseye-titan: run 8 parallel jobs for 'make deps'
-rw-r--r--debian-bullseye-titan/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian-bullseye-titan/Dockerfile b/debian-bullseye-titan/Dockerfile
index 1c22456..b4b6532 100644
--- a/debian-bullseye-titan/Dockerfile
+++ b/debian-bullseye-titan/Dockerfile
@@ -60,7 +60,7 @@ RUN git config --global user.email docker@dock.er && \
# clone osmo-ttcn3-hacks and deps, invalidate cache if deps change (OS#5017)
RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git && \
- make -C /osmo-ttcn3-hacks deps
+ make -j8 -C /osmo-ttcn3-hacks deps
ADD https://git.osmocom.org/osmo-ttcn3-hacks/plain/deps/Makefile /tmp/deps-Makefile
RUN if ! diff -q /tmp/deps-Makefile /osmo-ttcn3-hacks/deps/Makefile; then \
cd /osmo-ttcn3-hacks && \