debian-bullseye-titan: run 8 parallel jobs for 'make deps'

This reduces the time required for building test suites.

Change-Id: I6349d8304a248c7ae2a5373bf23a691f3a1cb991
This commit is contained in:
Vadim Yanitskiy 2022-02-04 17:36:01 +06:00 committed by fixeria
parent d6c5c7a034
commit 078d8c10d8
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ ADD https://git.osmocom.org/osmo-ttcn3-hacks/plain/deps/Makefile /tmp/deps-Makef
RUN if ! diff -q /tmp/deps-Makefile /osmo-ttcn3-hacks/deps/Makefile; then \
cd /osmo-ttcn3-hacks && \
git pull && \
make deps; \
make -j8 deps; \
fi
ADD ttcn3-docker-prepare.sh /usr/local/bin/ttcn3-docker-prepare

View File

@ -29,7 +29,7 @@ git rev-parse HEAD
# OSMO_TTCN3_BRANCH is different). The Dockerfile does the initial 'make deps'
# and downloads /tmp/deps-Makefile.
if ! diff -q /tmp/deps-Makefile deps/Makefile; then
make deps
make -j8 deps
fi
# Link start/stop scripts to /