On Mon, 25 Mar 2024 15:40:45 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:

> When doing [JDK-8326960](https://bugs.openjdk.org/browse/JDK-8326960), I 
> missed the case when sysroot would be restored from the cache. This would 
> skip the configure and build steps, because it would only consult the status 
> for create-sysroot job. This is only a problem when PR gets tested the 
> _second_ time, the first time we would always create a sysroot. I only 
> noticed this after merging the master into existing PRs.
> 
> This is a regression that might hide build issues on platforms, and so it 
> should be fixed ASAP.
> 
> Additional testing:
>  - [x] GHA first run: cross-compiled builds run
>  - [x] GHA second run: cross-compiled builds run

This pull request has now been integrated.

Changeset: 447436e1
Author:    Aleksey Shipilev <sh...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/447436e18c754424a62af5135fb3a8973564091d
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8328948: GHA: Restoring sysroot from cache skips the build after JDK-8326960

Reviewed-by: clanger, ihse

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

PR: https://git.openjdk.org/jdk/pull/18475

Reply via email to