We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7718711 commit 6c11aceCopy full SHA for 6c11ace
.github/do-linux
@@ -6,6 +6,7 @@ HERE=`dirname "$0"`
6
"$HERE"/do-build mips "$@"
7
"$HERE"/do-build mips64 "$@"
8
"$HERE"/do-build mipsel "$@"
9
+"$HERE"/do-test-noopt or1k "$@"
10
"$HERE"/do-test-noopt native "$@"
11
"$HERE"/do-test-noopt native-m32 "$@"
12
"$HERE"/do-test aarch64 "$@"
.github/linux-packages.txt
@@ -19,6 +19,7 @@ gcc-mips64-linux-gnuabi64
19
libc6-dev-mips64-cross
20
gcc-mipsel-linux-gnu
21
libc6-dev-mipsel-cross
22
+gcc-or1k-elf
23
gcc-powerpc64-linux-gnu
24
libc6-dev-ppc64-cross
25
gcc-powerpc64le-linux-gnu
0 commit comments