[jdk11u-dev] RFR: 8284772: GHA: Use GCC Major Version Dependencies Only [v2]
Andrew John Hughes
andrew at openjdk.org
Fri Aug 18 00:31:39 UTC 2023
On Thu, 17 Aug 2023 21:37:35 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> Yeah cross compilation should be updated.
Good catch. My `grep` didn't catch that as the version is set indirectly as a default value.
For the current 11u version of `build-cross-compile.yml`, we just drop `apt-gcc-version` and `apt-gcc-cross-suffix` altogether as they only relate to the specific version e.g. we now ask for `gcc-10-s390x-linux-gnu` not `gcc-10-s390x-linux-gnu=10.3.0-1ubuntu1~20.04cross1` (https://packages.ubuntu.com/jammy/gcc-10-s390x-linux-gnu)
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2087#issuecomment-1683151969
More information about the jdk-updates-dev
mailing list