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 nix vendorHash computation and fail fast on errors
The Docker container hit a git safe.directory ownership check from
libgit2, silently failing to compute the vendorHash. Two fixes:
1. Add git safe.directory config inside the container
2. Exit with error (not warning) when Docker is unavailable or
hash extraction fails, so the release script stops early
0 commit comments