Skip to content

Commit 6c11ace

Browse files
committed
.github: Test openriscv
We just need the compiler; qemu-system-or1k is part of qemu-system-misc Signed-off-by: Keith Packard <[email protected]>
1 parent 7718711 commit 6c11ace

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/do-linux

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ HERE=`dirname "$0"`
66
"$HERE"/do-build mips "$@"
77
"$HERE"/do-build mips64 "$@"
88
"$HERE"/do-build mipsel "$@"
9+
"$HERE"/do-test-noopt or1k "$@"
910
"$HERE"/do-test-noopt native "$@"
1011
"$HERE"/do-test-noopt native-m32 "$@"
1112
"$HERE"/do-test aarch64 "$@"

.github/linux-packages.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ gcc-mips64-linux-gnuabi64
1919
libc6-dev-mips64-cross
2020
gcc-mipsel-linux-gnu
2121
libc6-dev-mipsel-cross
22+
gcc-or1k-elf
2223
gcc-powerpc64-linux-gnu
2324
libc6-dev-ppc64-cross
2425
gcc-powerpc64le-linux-gnu

0 commit comments

Comments
 (0)