rmuir commented on issue #14598:
URL: https://github.com/apache/lucene/issues/14598#issuecomment-2843482547

   > I also thought about sha256sum check in gradlew - this spawns a process 
but doesn't seem to be too bad... 
   
   Well i mean this is what shell scripts do. The current `gradlew` spawns 
plenty of processes and even spawns them in loops (e.g. runs `ls` in a loop). 
Doesn't look like anyone is trying too hard to restrict themselves to just 
shell builtins. so I don't know why running `sha256sum` would be an issue.
   
   @dweiss can `certutil` work in the windows case? Sorry, my windows knowledge 
is limited, but if this tool could do the job it'd be perfect.
   
   https://techdocs.akamai.com/download-ctr/docs/verify-checksum


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to