From dc7d38d52f829f77d60ddeb31546d20783d73498 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 23 Mar 2023 06:21:32 -0500 Subject: match CI names in test script --- scripts/test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test b/scripts/test index 3443702..144930f 100755 --- a/scripts/test +++ b/scripts/test @@ -89,10 +89,10 @@ elif [ "x$ARCH" = "xarm32" -o "x$ARCH" = "xarm64" ]; then file apps/openssl/.libs/openssl -elif [ "x$ARCH" = "xmipsel" -o "x$ARCH" = "xmips64el" ]; then +elif [ "x$ARCH" = "xmips32" -o "x$ARCH" = "xmips64" ]; then sudo apt-get install -y qemu-user-static binfmt-support - if [ "x$ARCH" = "xmipsel" ]; then + if [ "x$ARCH" = "xmips32" ]; then sudo apt-get install -y g++-mips-linux-gnu sudo ln -sf /usr/mipsel-linux-gnu/lib/ld.so.1 /lib/ ./configure --host=mipsel-linux-gnu -- cgit v1.2.3-55-g6feb