Re: RFR: 8300997: Add curl support to createJMHBundle.sh

2023-01-25 Thread Eirik Bjorsnos
On Tue, 24 Jan 2023 13:45:37 GMT, Erik Joelsson wrote: >> Please review this PR which updates make/devkit/createJMHBundle.sh to add >> support for curl instead of wget when downloading JMH dependencies. >> >> This would reduce friction for MacOS devs who would like to run micros >> without ins

RFR: 8300997: Add curl support to createJMHBundle.sh

2023-01-24 Thread Eirik Bjorsnos
Please review this PR which updates make/devkit/createJMHBundle.sh to add support for curl instead of wget when downloading JMH dependencies. This would reduce friction for MacOS devs who would like to run micros without installing wget first. File download is extracted to a function taking the

Re: RFR: 8300997: Add curl support to createJMHBundle.sh

2023-01-24 Thread Erik Joelsson
On Tue, 24 Jan 2023 09:39:19 GMT, Eirik Bjorsnos wrote: > Please review this PR which updates make/devkit/createJMHBundle.sh to add > support for curl instead of wget when downloading JMH dependencies. > > This would reduce friction for MacOS devs who would like to run micros > without install