It adds CI for cross-compiling to linux-riscv64. It requires to use Ubuntu repositories for the debootstrap image because Debian doesn't have riscv64 packages on https://httpredir.debian.org/debian/. We can follow up on this change with switching to http://ports.ubuntu.com/ubuntu-ports for all cross-compiled architectures.
>From talking with @shipilev, this replaces >https://github.com/openjdk/jdk/pull/10084. ------------- Commit messages: - Add cross-compilation to riscv64 on CI Changes: https://git.openjdk.org/jdk/pull/10168/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10168&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8283929 Stats: 33 lines in 1 file changed: 25 ins; 5 del; 3 mod Patch: https://git.openjdk.org/jdk/pull/10168.diff Fetch: git fetch https://git.openjdk.org/jdk pull/10168/head:pull/10168 PR: https://git.openjdk.org/jdk/pull/10168