summaryrefslogtreecommitdiff
path: root/util/docker
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2021-01-27 12:33:58 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-01-28 12:32:18 +0000
commitebfe6d3d3ac55865fa500b711c4c461e14792d25 (patch)
treedd14b19727b7e244f75f8937a4c8174d82c3bca0 /util/docker
parente3ecc2964ed494c8e020d7bc67254cdc050360e9 (diff)
downloadcoreboot-ebfe6d3d3ac55865fa500b711c4c461e14792d25.tar.xz
util/docker: Don't try to test-build non-existing crostools target
Change-Id: Id6afbff1fd91744da3ba1d5e3e9aa339c46b29b3 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49984 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'util/docker')
-rw-r--r--util/docker/coreboot-sdk/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/docker/coreboot-sdk/Dockerfile b/util/docker/coreboot-sdk/Dockerfile
index 905af514b1..808f2af8dd 100644
--- a/util/docker/coreboot-sdk/Dockerfile
+++ b/util/docker/coreboot-sdk/Dockerfile
@@ -138,6 +138,5 @@ RUN mkdir -p /tmp/work && \
make -C coreboot test-tools -j && \
make -C coreboot test-lint -j && \
make -C coreboot test-cleanup -j && \
- make -C coreboot CPUS=$(nproc) crostools && \
cd && \
rm -rf /tmp/work/