Integrated: 8328705: GHA: Cross-compilation jobs do not require build JDK
    Aleksey Shipilev 
    shade at openjdk.org
       
    Mon Mar 25 11:48:29 UTC 2024
    
    
  
On Thu, 21 Mar 2024 16:57:40 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Noticed this while fixing other GHA issues.
> 
> We pass build JDK to cross-compilation jobs, which makes them dependent on Linux-x64 builds. But we only build hotspot in all those jobs, so AFAICS there is no need for build JDK, and therefore no need for the dependency. Untying cross-compilation jobs from Linux-x64 builds make GHA more parallel. 
> 
> Additional testing:
>  - [x] GHA
This pull request has now been integrated.
Changeset: 29ba4b7d
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/29ba4b7d1e62a834c1693fe6ad383c19467afc81
Stats:     11 lines in 2 files changed: 0 ins; 10 del; 1 mod
8328705: GHA: Cross-compilation jobs do not require build JDK
Reviewed-by: erikj, ihse
-------------
PR: https://git.openjdk.org/jdk/pull/18437
    
    
More information about the build-dev
mailing list