You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The (classic) x86_64 make build process of OpenJDK 17 and 21 is more versatile by adding the switch --build=x86_64-unknown-linux-gnu. With this, the make build of OpenJDK17 and OpenJDK21 succeeds e.g. on wsl as well. For a rich Broadcom ecosystem, you are the engineers, could you integrate the change, please?
I tried to populate a pull request but in branches 3/4/5/master/dev are different versions which led me to the conclusion better asking first.
Describe the solution you'd like
This is the fix for make build in non-VVF environment
Hi @sshedi Shreenidhi, could you please review the developer drafts regarding policies, impact of 'if %aarch64' clause and more? Before filling merged pull requests, I need to know whether both developer pull requests 17/21 meet the expectations of the Photon OS team.
Is your feature request related to a problem? Please describe.
The (classic) x86_64 make build process of OpenJDK 17 and 21 is more versatile by adding the switch
--build=x86_64-unknown-linux-gnu
. With this, the make build of OpenJDK17 and OpenJDK21 succeeds e.g. on wsl as well. For a rich Broadcom ecosystem, you are the engineers, could you integrate the change, please?I tried to populate a pull request but in branches 3/4/5/master/dev are different versions which led me to the conclusion better asking first.
Describe the solution you'd like
This is the fix for make build in non-VVF environment
Describe alternatives you've considered
This has been tested for a successful make build.
Additional context
No response
The text was updated successfully, but these errors were encountered: