Integrated: 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 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

This pull request has now been integrated.

Changeset: 2054fbf1
Author:    Erik Duveblad <ehelin at openjdk.org>
URL:       https://git.openjdk.org/skara/commit/2054fbf142b9275b19bde9b905b383e89abd5453
Stats:     5 lines in 1 file changed: 0 ins; 3 del; 2 mod

2144: Bot image is only built for Linux x64

Reviewed-by: erikj

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

PR: https://git.openjdk.org/skara/pull/1599


More information about the skara-dev mailing list