[PATCH] fixup! ci: container: update components installed on top to newest versions
Ahmad Fatoum
a.fatoum at pengutronix.de
Wed Sep 3 06:13:47 PDT 2025
I missed updating the path to the kvx toolchain.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
test/Containerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/Containerfile b/test/Containerfile
index 39bd64603e86..c6c3c57596a6 100644
--- a/test/Containerfile
+++ b/test/Containerfile
@@ -100,7 +100,7 @@ ENV CROSS_COMPILE_mips=/opt/gcc-${GCC_VERSION}-nolibc/mips-linux/bin/mips-linux-
ENV CROSS_COMPILE_openrisc=/opt/gcc-${GCC_VERSION}-nolibc/or1k-linux/bin/or1k-linux-
ENV CROSS_COMPILE_powerpc=/opt/gcc-${GCC_VERSION}-nolibc/powerpc-linux/bin/powerpc-linux-
ENV CROSS_COMPILE_riscv=/opt/gcc-${GCC_VERSION}-nolibc/riscv64-linux/bin/riscv64-linux-
-ENV CROSS_COMPILE_kvx=/opt/gcc-kalray-kvx-v5.0.0/bin/kvx-elf-
+ENV CROSS_COMPILE_kvx=/opt/gcc-kalray-kvx-v5.2.0/bin/kvx-elf-
ENV CROSS_COMPILE_llvm=-${LLVM_VERSION}
# Workaround for https://github.com/llvm/llvm-project/issues/112458
--
2.47.2
More information about the barebox
mailing list