RE: reply: Bazel Removal from Debian

2023-03-05 Thread Olek Wojnar
Hello and thanks to everyone who offered advice and suggestions on this! Using your suggestions and insights, I dug into the issue with some new ideas. I came to two conclusions: 1) There does not appear to be anything fundamentally broken with the bazel-bootstrap package...however... 2) The J

Re: reply: Bazel Removal from Debian

2023-02-23 Thread Emmanuel Bourg
Le 2023-02-23 12:48, Thorsten Glaser a écrit : How about asking Doko to locally add that parameter to 17 as a Debian-specific patch, just ignoring it? Patching the JDK is overkill, it's just a flag to change in a script. The question is, where is this script? Emmanuel Bourg

RE: reply: Bazel Removal from Debian

2023-02-23 Thread Thorsten Glaser
On Thu, 23 Feb 2023, sun min wrote: >It seems that the build system's local jdk overrides those jvm >parameters we defined in bazelrc or bashsrcript. How about asking Doko to locally add that parameter to 17 as a Debian-specific patch, just ignoring it? (And, ideally, warning.) bye, //mirabilos

RE: reply: Bazel Removal from Debian

2023-02-23 Thread sun min
Hi Olek, > I added that in an attempt to override the incorrect flag, but instead > they are both emitted which still causes the error. Sorry for the misleading. I forgot that the "flaky Java autopkgtests" has been disabled. :-) Yes, It failed once I tried to enable the "java-1-hello" test. >>

Re: reply: Bazel Removal from Debian

2023-02-22 Thread Olek Wojnar
Hi sun min, On 2/21/23 10:15, sun min wrote: The maintainer added a “-XX:+UseParallelGC” for garbge collectors param(target jdk16+) which can boost build performance for about 30% compared with the default GC param “-XX:+UseG1GC”[1]. I added that in an attempt to override the incorrect flag,

Re: reply: Bazel Removal from Debian

2023-02-21 Thread tony mancill
On Tue, Feb 21, 2023 at 03:15:18PM +, sun min wrote: > > If the test passes regularly, and just sometimes fails under the same > > conditions, I would consider disabling it in autopkgtest rather than have > > it not > > make it into bookworm. The perfect is the enemy of the good. > > The aut