diff options
author | Brent Cook <busterb@gmail.com> | 2023-03-23 06:21:32 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-03-23 06:21:32 -0500 |
commit | dc7d38d52f829f77d60ddeb31546d20783d73498 (patch) | |
tree | 983ce9b93851adc7ee706069bbcb6480c2c7192f /scripts | |
parent | fa35b982c474f8a2f8b8f4cd13b60ff7b4428be7 (diff) | |
download | portable-dc7d38d52f829f77d60ddeb31546d20783d73498.tar.gz portable-dc7d38d52f829f77d60ddeb31546d20783d73498.tar.bz2 portable-dc7d38d52f829f77d60ddeb31546d20783d73498.zip |
match CI names in test script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test | 4 |
1 files 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 | |||
89 | 89 | ||
90 | file apps/openssl/.libs/openssl | 90 | file apps/openssl/.libs/openssl |
91 | 91 | ||
92 | elif [ "x$ARCH" = "xmipsel" -o "x$ARCH" = "xmips64el" ]; then | 92 | elif [ "x$ARCH" = "xmips32" -o "x$ARCH" = "xmips64" ]; then |
93 | sudo apt-get install -y qemu-user-static binfmt-support | 93 | sudo apt-get install -y qemu-user-static binfmt-support |
94 | 94 | ||
95 | if [ "x$ARCH" = "xmipsel" ]; then | 95 | if [ "x$ARCH" = "xmips32" ]; then |
96 | sudo apt-get install -y g++-mips-linux-gnu | 96 | sudo apt-get install -y g++-mips-linux-gnu |
97 | sudo ln -sf /usr/mipsel-linux-gnu/lib/ld.so.1 /lib/ | 97 | sudo ln -sf /usr/mipsel-linux-gnu/lib/ld.so.1 /lib/ |
98 | ./configure --host=mipsel-linux-gnu | 98 | ./configure --host=mipsel-linux-gnu |