Re: [PATCH] Dockerfile: Add missing 'rm -rf /tmp/coreboot-24.08'

2025-03-13 Thread Tom Rini
On Wed, 12 Feb 2025 16:24:15 -0600, Tom Rini wrote: > We had missed removing the coreboot directory once done, fix this. > > Applied to u-boot/next, thanks! [1/1] Dockerfile: Add missing 'rm -rf /tmp/coreboot-24.08' commit: a920169b4c7446702f3fbf3a61cc55069ee128f9 -- Tom

[PATCH] Dockerfile: Add missing 'rm -rf /tmp/coreboot-24.08'

2025-02-12 Thread Tom Rini
We had missed removing the coreboot directory once done, fix this. Signed-off-by: Tom Rini --- tools/docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index d2848ab85f35..c080c735af65 100644 --- a/tools/docke