aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-build.sh
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2025-06-08 13:40:18 -0400
committerKevin O'Connor <kevin@koconnor.net>2025-06-08 14:15:50 -0400
commit5666b88c698fe0ad85bf2e7646f0e9c837e2a08b (patch)
treef5e60a4715c0a7da749f683d46c7330ffd4c5943 /scripts/ci-build.sh
parent889be5b2757af1e61c2710c521a436c9506e1d9f (diff)
downloadkutter-5666b88c698fe0ad85bf2e7646f0e9c837e2a08b.tar.gz
kutter-5666b88c698fe0ad85bf2e7646f0e9c837e2a08b.tar.xz
kutter-5666b88c698fe0ad85bf2e7646f0e9c837e2a08b.zip
ar100: Convert to or1k-elf toolchain
The more.musl.cc site is blocking downloads from all github actions, which makes it difficult to use that site for the ar100 cross build toolchain. Convert to the openrisc or1k-elf toolchain as a replacement. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/ci-build.sh')
-rwxr-xr-xscripts/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci-build.sh b/scripts/ci-build.sh
index b09b3ef7..49675bd4 100755
--- a/scripts/ci-build.sh
+++ b/scripts/ci-build.sh
@@ -8,7 +8,7 @@ set -eu
MAIN_DIR=${PWD}
BUILD_DIR=${PWD}/ci_build
export PATH=${BUILD_DIR}/pru-elf/bin:${PATH}
-export PATH=${BUILD_DIR}/or1k-linux-musl-cross/bin:${PATH}
+export PATH=${BUILD_DIR}/or1k-elf/bin:${PATH}
PYTHON=${BUILD_DIR}/python-env/bin/python
PYTHON2=${BUILD_DIR}/python2-env/bin/python