-
Notifications
You must be signed in to change notification settings - Fork 3.8k
BUILDING.md: fix description about static builds #4470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Build succeeded.
|
* `-linkmode external` is required since Go 1.15 for static builds: golang/go#40711 * Clarify the meaning of "loading plugins" Signed-off-by: Akihiro Suda <[email protected]>
84a4213 to
43cbdf8
Compare
|
Build succeeded.
|
thaJeztah
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Thought the Makefile needed updates as well, but looks like it's not needed, because we're not building with Line 101 in 6988b4d
Line 195 in 6988b4d
|
|
@thaJeztah Could you try updating Makefile in Go 1.15 PR? #4050 |
|
@AkihiroSuda to enable |
|
Both (or nothing if not really needed) |
|
Looks like the Makefile explicitly disables |
estesp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fuweid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
-linkmode externalis required since Go 1.15 for static builds: cmd/go: can't build a static binary since Go 1.15 golang/go#40711