RFR: 8297851: Add devkit for RISC-V
Fei Yang
fyang at openjdk.org
Wed Jan 18 01:29:28 UTC 2023
On Mon, 19 Dec 2022 01:35:42 GMT, Fei Yang <fyang at openjdk.org> wrote:
>> We should add devkit support for linux/riscv64.
>
> make/devkit/Tools.gmk line 71:
>
>> 69: BASE_OS_VERSION := $(DEFAULT_OS_VERSION)
>> 70: endif
>> 71: BASE_URL := http://fedora.riscv.rocks/repos-dist/$(BASE_OS_VERSION)/$(ARCH)/Packages/
>
> Hi, thanks for adding devkit support for linux/riscv64.
> I tried and it seems that I could not access this URL: http://fedora.riscv.rocks/repos-dist/rawhide/68692/riscv64/Packages/ or even: http://fedora.riscv.rocks/repos-dist
> Anything I missed here?
Looks like the URL are accessible now again. Changes looks good to me. Better to have another reviewer.
-------------
PR: https://git.openjdk.org/jdk/pull/11432
More information about the build-dev
mailing list