[PATCH 1/4] travis: Remove qemu-riscv64 testing

David Abdurachmanov david.abdurachmanov at gmail.com
Fri Mar 27 06:19:28 CET 2020


On Thu, Mar 26, 2020 at 6:06 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> As of today there is no pre-built UEFI GRUB image for RISC-V 32/64
> available on the internet, and with travis-ci we don't build GRUB
> images like we do for azure and gitlab.

There are RPM packages for GRUB in OpenSUSE and Fedora.

https://build.opensuse.org/package/binaries/openSUSE:Factory:RISCV/grub2/standard
http://fedora.riscv.rocks/koji/buildinfo?buildID=133151

I have not tried them on QEMU or Unleashed yet.

We should be able to boot with GRUB2 and EFI stubs to the kernel soonish.

>
> Remove qemu-riscv64 testing temporarily.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  .travis.yml | 7 -------
>  1 file changed, 7 deletions(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index c59bd77..55b94cf 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -481,13 +481,6 @@ matrix:
>            QEMU_TARGET="ppc-softmmu"
>            BUILDMAN="^qemu-ppce500$"
>            TOOLCHAIN="powerpc"
> -    - name: "test/py qemu-riscv64"
> -      env:
> -        - TEST_PY_BD="qemu-riscv64"
> -          TEST_PY_TEST_SPEC="not sleep"
> -          QEMU_TARGET="riscv64-softmmu"
> -          BUILDMAN="^qemu-riscv64$"
> -          TOOLCHAIN="riscv"
>      - name: "test/py qemu-x86"
>        env:
>          - TEST_PY_BD="qemu-x86"
> --
> 2.7.4
>


More information about the U-Boot mailing list