match CI names in test script
This commit is contained in:
parent
fa35b982c4
commit
dc7d38d52f
@ -89,10 +89,10 @@ elif [ "x$ARCH" = "xarm32" -o "x$ARCH" = "xarm64" ]; then
|
|||||||
|
|
||||||
file apps/openssl/.libs/openssl
|
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
|
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 apt-get install -y g++-mips-linux-gnu
|
||||||
sudo ln -sf /usr/mipsel-linux-gnu/lib/ld.so.1 /lib/
|
sudo ln -sf /usr/mipsel-linux-gnu/lib/ld.so.1 /lib/
|
||||||
./configure --host=mipsel-linux-gnu
|
./configure --host=mipsel-linux-gnu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user