You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use POSIX tar format to support systems with large GID/UID values
Switch tarLongFileMode from 'gnu' to 'posix' in all assembly executions
to remove the 2,097,151 limit on UID/GID values imposed by GNU tar format.
Fixes#3939
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments