[PATCH] fixup! Revert "ci: container: downgrade OpenRISC toolchain from 14.2.0 to 13.1.0"
Ahmad Fatoum
a.fatoum at pengutronix.de
Thu Mar 27 03:33:53 PDT 2025
Effectively revert 18a154ce19 ("ci: container: fix CROSS_COMPILE_openrisc
to point at correct version"), because the correct version is no longer
13.1.0..
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 20402c384b6f..2da786c69925 100644
--- a/test/Containerfile
+++ b/test/Containerfile
@@ -97,7 +97,7 @@ RUN pip3 install -q --no-cache-dir --break-system-packages \
ENV CROSS_COMPILE_arm=/opt/gcc-${GCC_VERSION}-nolibc/arm-linux-gnueabi/bin/arm-linux-gnueabi-
ENV CROSS_COMPILE_arm64=/opt/gcc-${GCC_VERSION}-nolibc/aarch64-linux/bin/aarch64-linux-
ENV CROSS_COMPILE_mips=/opt/gcc-${GCC_VERSION}-nolibc/mips-linux/bin/mips-linux-
-ENV CROSS_COMPILE_openrisc=/opt/gcc-13.1.0-nolibc/or1k-linux/bin/or1k-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-
--
2.39.5
More information about the barebox
mailing list