aboutsummaryrefslogtreecommitdiff
path: root/tools/docker/Dockerfile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-08-20 13:31:29 -0400
committerTom Rini <trini@konsulko.com>2023-09-06 13:51:20 -0400
commitb87f904709fa86e485c6f424ea2a380999910db0 (patch)
tree76cc7318ea82dbf8c7be100c13deecb01d6f426b /tools/docker/Dockerfile
parent562ed115e7b62fc8cdf61a9ea4577588d705086b (diff)
downloadu-boot-b87f904709fa86e485c6f424ea2a380999910db0.zip
u-boot-b87f904709fa86e485c6f424ea2a380999910db0.tar.gz
u-boot-b87f904709fa86e485c6f424ea2a380999910db0.tar.bz2
CI: Drop some jobs we didn't really utilize
- We have added more TODO/etc comments since this task was created and never focused on removing them. - The output of sloccount isn't preserved or looked at, and if desired should be in the release stats pages instead somehow. - The results of cppcheck aren't investigated and require modeling work to be useful to start with. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/docker/Dockerfile')
-rw-r--r--tools/docker/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 279b3a3..1acb541 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -43,7 +43,6 @@ RUN apt-get update && apt-get install -y \
clang-16 \
coreutils \
cpio \
- cppcheck \
curl \
device-tree-compiler \
dosfstools \
@@ -105,7 +104,6 @@ RUN apt-get update && apt-get install -y \
python3-virtualenv \
rpm2cpio \
sbsigntool \
- sloccount \
socat \
softhsm2 \
sparse \