
9 Dec
2024
9 Dec
'24
2:29 p.m.
On Sun, 8 Dec 2024 at 12:08, Tom Rini trini@konsulko.com wrote:
The xtensa architecture is interesting in that the platforms we support are only valid on the binary-only toolchains as the DC233C instruction set requires those toolchains (and not the FSF instruction set). Only install the binary toolchain on amd64 hosts and only run the tests on them as well.
Signed-off-by: Tom Rini trini@konsulko.com
.gitlab-ci.yml | 8 +++++++- tools/docker/Dockerfile | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org