[jdk17] Integrated: 8269148: Update minor GCC version in GitHub Actions pipeline

Aleksey Shipilev shade at openjdk.java.net
Wed Jun 23 07:43:28 UTC 2021


On Tue, 22 Jun 2021 17:20:14 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> It seems Ubuntu had bumped the version for GCC, so GHA started to fail with e.g.:
> 
> 
> The following packages have unmet dependencies:
>  g++-10-s390x-linux-gnu : Depends: gcc-10-s390x-linux-gnu-base (= 10.2.0-5ubuntu1~20.04cross1) but 10.3.0-1ubuntu1~20.04cross1 is to be installed
>  gcc-10-s390x-linux-gnu : Depends: cpp-10-s390x-linux-gnu (= 10.2.0-5ubuntu1~20.04cross1) but 10.3.0-1ubuntu1~20.04cross1 is to be installed
>                           Depends: gcc-10-s390x-linux-gnu-base (= 10.2.0-5ubuntu1~20.04cross1) but 10.3.0-1ubuntu1~20.04cross1 is to be installed
> E: Unable to correct problems, you have held broken packages.
> Error: Process completed with exit code 100.
> 
> 
> I believe we should just update to `10.3.0-1ubuntu1~20.04`.
> 
> Additional testing:
>  - [x] GitHub Actions, package installation steps work
>  - [x] GitHub Actions, the builds complete

This pull request has now been integrated.

Changeset: ce917b23
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk17/commit/ce917b23596415ab48f95f36c7d88adb1ec0df68
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

8269148: Update minor GCC version in GitHub Actions pipeline

Reviewed-by: erikj, dholmes, xliu

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

PR: https://git.openjdk.java.net/jdk17/pull/120



More information about the build-dev mailing list