From ce80827ef32289d54c96c9066f18387d9ba59d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Go=C5=82a=C5=9B?= Date: Tue, 3 Dec 2024 07:20:43 +0100 Subject: [PATCH] novacustom/building-manual.md: Suggest older container on fails MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Gołaś --- docs/unified/novacustom/building-manual.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/unified/novacustom/building-manual.md b/docs/unified/novacustom/building-manual.md index f141fcc260..bc8cbe74cb 100644 --- a/docs/unified/novacustom/building-manual.md +++ b/docs/unified/novacustom/building-manual.md @@ -217,6 +217,14 @@ coreboot/coreboot-sdk:2023-11-24_2731fa619b /bin/bash ``` + - If the build commands ahead fail, try using an older container + ```bash + docker run --rm -it -u $UID \ + -v $PWD:/home/coreboot/coreboot \ + -w /home/coreboot/coreboot \ + coreboot/coreboot-sdk:2021-09-23_b0d87f753c /bin/bash + ``` + 1. Inside of the container, configure the build process: === "V540TU"