debian-bullseye-titan: run 8 parallel jobs for 'make deps'
This reduces the time required for building test suites. Change-Id: I6349d8304a248c7ae2a5373bf23a691f3a1cb991changes/67/27067/2
parent
d6c5c7a034
commit
078d8c10d8
|
@ -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
|
||||
|
|
|
@ -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 /
|
||||
|
|
Loading…
Reference in New Issue