snazy commented on PR #2824:
URL: https://github.com/apache/polaris/pull/2824#issuecomment-3636679760

   Thanks @pingtimeout !
   
   All the issues should be fixed now.
   
   I hit a couple of "interesting" issues along the way:
   * ulimit - bumped to 16384 - the (macOS?) default of 256 was definitely not 
enough
   * shasum can run into Perl compilation errors on macOS (no clue why) - 
replaced with the native variants, if those are available (those are in `/sbin` 
on macOS, so should be there all the time)
   * tar/warning - omit on macOS
   * had to optimize the script to use less subshells/subprocesses - but it 
also got faster that way
   * made the console output a bit more readable by omitting the temp-dir path 
when checking signatures/checksums (TMPDIR is loooong on macOS)
   * added a note for wget2 that it may print "Failed to parse date" messages 
(only on macOS) - but it works
   * weird hang on macOS in a bash regex-if
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to