RFR: 2144: Bot image is only built for Linux x64
Erik Joelsson
erikj at openjdk.org
Fri Jan 12 14:06:31 UTC 2024
On Fri, 12 Jan 2024 13:58:42 GMT, Erik Duveblad <ehelin 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).
-------------
PR Review: https://git.openjdk.org/skara/pull/1599#pullrequestreview-1818334403
More information about the skara-dev
mailing list