Don't just vendor - rebuild the ecosystem and persuade the vendor to work on software management ...
Don't just vendor - rebuild the ecosystem and persuade the vendor to work on software management ...
Posted Jan 28, 2025 22:19 UTC (Tue) by ibukanov (subscriber, #3942)In reply to: Don't just vendor - rebuild the ecosystem and persuade the vendor to work on software management ... by Cyberax
Parent article: Vendoring Go packages by default in Fedora
You need to pass -trimpath to `go build` to get builds that are reproducible under cross-compilation. Without that flag go puts host platform-specific paths into the binaries making the cross-compilation to generate different binary compared with the native compilation.
