Re: RFR: JDK-8081471 Allow SetupTestFilesCompilation to set LDFLAGS for individual tests

2015-05-29 Thread Stefan Särne
Thanks Magnus for adding the support so quickly. The best would indeed be to bring it in via the hs-rt forest. /Stefan Magnus Ihse Bursie skrev den 2015-05-29 11:15: A request have been made to be able to set specific LDFLAGS for individual tests/libraries in SetupTestFilesCompilation, similar

RFR: JDK-8156733: JIB fails to follow redirects

2016-05-11 Thread Stefan Särne
Please review this small fix to make jib more resilient. It will follow redirects, and it will retry on network hickups. @@ -87,11 +87,11 @@ if command -v curl > /dev/null; then -getcmd="curl -s" +getcmd="curl -s -L --retry 3 --retry-delay 5" Thanks Stefan

Re: RFR: JDK-8156733: JIB fails to follow redirects

2016-05-11 Thread Stefan Särne
Thanks for review and sponsoring. /Stefan Den 2016-05-11 kl. 14:05, skrev Erik Joelsson: Looks good. I will sponsor this. /Erik On 2016-05-11 13:31, Stefan Särne wrote: Please review this small fix to make jib more resilient. It will follow redirects, and it will retry on network