summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2021-01-26 23:21:20 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-01-28 09:27:36 +0000
commit157f9f567ba3c1eb482489ba9eb3982d0eb736da (patch)
tree2e5d8009c3c3739ac6a4e42f25cbca09e4c3397a /util
parentd22f256e0346c2e75a72c3b9716e06c0e3cfa71a (diff)
downloadcoreboot-157f9f567ba3c1eb482489ba9eb3982d0eb736da.tar.gz
coreboot-157f9f567ba3c1eb482489ba9eb3982d0eb736da.tar.bz2
coreboot-157f9f567ba3c1eb482489ba9eb3982d0eb736da.zip
docker/coreboot-sdk: clone coreboot submodules when doing test build
Change-Id: I2315beda31bdc8edc92d21b6665eb5ebd07da2e6 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49961 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'util')
-rw-r--r--util/docker/coreboot-sdk/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile
index 26078e88238f..905af514b1c7 100644
--- a/util/docker/coreboot-sdk/Dockerfile
+++ b/util/docker/coreboot-sdk/Dockerfile
@@ -123,6 +123,7 @@ RUN mkdir -p /tmp/work && \
git clone https://review.coreboot.org/em100.git && \
make -C em100 && \
git clone https://review.coreboot.org/coreboot.git && \
+ (cd coreboot && git submodule update --init --checkout ) && \
make -C coreboot CPUS=$(nproc) test-abuild && \
\
make -C coreboot olddefconfig && \