fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/27077 )
Change subject: fixup: debian-bullseye-titan: run 8 parallel jobs for 'make deps'
......................................................................
fixup: debian-bullseye-titan: run 8 parallel jobs for 'make deps'
Change-Id: I8fe9ff0b7c27ae7c71bd9bac6048b3073adf6bda
---
M debian-bullseye-titan/Dockerfile
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/77/27077/1
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 @@
# 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 && \
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/27077
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I8fe9ff0b7c27ae7c71bd9bac6048b3073adf6bda
Gerrit-Change-Number: 27077
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange