Closed MichaReiser closed 4 days ago
Fix 32bit release builds by limiting the Type size assertion to 64bit architectures.
Type
32 and 64 bit architectures have different sizes because the size of a string slice differs (because of pointer size)
ruff-ecosystem
✅ ecosystem check detected no linter changes.
Thanks
Summary
Fix 32bit release builds by limiting the
Type
size assertion to 64bit architectures.32 and 64 bit architectures have different sizes because the size of a string slice differs (because of pointer size)