RFR: 8313321 : Set minimum python version in WebKit cmake scripts [v2]
Johan Vos
jvos at openjdk.org
Tue Sep 5 07:20:45 UTC 2023
On Mon, 14 Aug 2023 16:17:29 GMT, Hima Bindu Meda <hmeda at openjdk.org> wrote:
>> Minimum version of python ,to run webkit build , on linux is set to 3.6 and for other platforms, minimum version of python is set to 3.8.
>>
>> Verified build on all platforms. No issue seen
>
> Hima Bindu Meda has updated the pull request incrementally with one additional commit since the last revision:
>
> change minimum version for mac to 3.6
I think that should be ok for now, and I don't want to make the PR more complex as this is a good step, but I believe we need more strict checks:
* also check the maximum version for python
* check versions of perl,ruby
Unfortunately, building webkit is extremely brittle and requiring exact versions is decreasing the chances on failures at build or runtime.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1205#issuecomment-1706072588
More information about the openjfx-dev
mailing list