Optimize Go builds #116
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Go 1.18 introduced GOAMD64 env variable, which can be added to makepkg.conf before building.
It's pretty easy for our usecase, at it would just be GOAMD64=v2 or GOAMD64=v3 :)
Should be a no brainer.
Btw: Is there an easy way to see how the final makepkg.conf looks which runs on the build-server?
Not right now, but that should be easy to add I guess.
It's just that "ack"ing through the source code to find out what it's currently doing isn't really a great method of checking what flags etc are currently used.
I'll create a ticket for tracking this. :)
#118