On Thu, Feb 15, 2024 at 9:54 AM Uwe Schindler <u...@thetaphi.de> wrote:
>
> Hi,
>
> My Python knowledge is too limited to fix the build script to allow to test 
> the smoker with arbitrary JAVA_HOME dircetories next to the baseline (Java 
> 11). With lots of copypaste I can make it run on Java 21 in addition to 17, 
> but that looks like too unflexible.
>
> Mike McCandless: If you could help me to make it more flexible, it would be 
> good. I can open an issue, but if you have an easy solution. I think of the 
> following:
>
> JAVA_HOME must run be Java 11 (in 9.x)
> At moment you can pass "--test-java17 <dir>", but this one is also checked to 
> be really java 17 (by parsing strings from its version output), but I'd like 
> to pass "--test-alternative-java <dir>" multiple times and it would just run 
> all those as part of smoking, maxbe the version number can be extracted to be 
> printed out.
>
> To me this is a hopeless task with Python.
>
> Uwe
>
> Am 15.02.2024 um 12:50 schrieb Uwe Schindler:
>

I opened https://github.com/apache/lucene/issues/13107 as I have
struggles with the smoketester java 21 support too. Java is moving
faster these days, we should make it easier to maintain the script.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to