RFR: 2144: Bot image is only built for Linux x64

Erik Duveblad ehelin at openjdk.org
Fri Jan 12 19:36:11 UTC 2024


On Fri, 12 Jan 2024 14:04:24 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

>> Hi all,
>> 
>> please review this small patch that fixes the `bots` target in `build.gradle`. The problem is that the `bots` target in `build.gradle` tries to unpack a `.zip` file named after the local operating system and architecture, but we only ever build the bot jimage for Linux x64. The `bots` target should therefore only try to extract a `linux-x64` image.
>> 
>> ### Testing
>> - [x] Tested locally on macOS aarch64
>> 
>> Thanks,
>> Erik
>
> Marked as reviewed by erikj (Lead).

Thanks @erikj79 for reviewing!

-------------

PR Comment: https://git.openjdk.org/skara/pull/1599#issuecomment-1889843649


More information about the skara-dev mailing list