On Sun, 8 Dec 2024 at 12:09, Tom Rini <[email protected]> wrote: > > We do not want to use the host toolchain for building our platforms in > CI (it is both too old, and would be inconsistent with our CI > practices). To do this we need to set the toolchain-prefix so that we > don't end up guessing "/opt/.../aarch64-linux-aarch64-linux-" as the > prefix. > > Link: https://source.denx.de/u-boot/custodians/u-boot-dm/-/issues/32 > Signed-off-by: Tom Rini <[email protected]> > --- > tools/docker/Dockerfile | 3 +++ > 1 file changed, 3 insertions(+) >
Reviewed-by: Simon Glass <[email protected]>

