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
While it is true the compilation does not actually fail, the compiler still outputs an error code of 1 breaking any higher level build systems (make, jenkins, etc).
The text was updated successfully, but these errors were encountered:
ghost
changed the title
x/sys/unix: compiler gives error code 1 on go version < 1.12
x/sys/unix: compiler gives error code 1 on go version < 1.12 breaking higher level build systems
Mar 8, 2019
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
No
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Built my project with a custom make target that executes go build. The full go build command is:
Note the outputs:
and
What did you expect to see?
No errors, successful build.
What did you see instead?
Error code 1 returned by the compiler.
This is due to the commit merged yesterday: https://go-review.googlesource.com/c/sys/+/165751
While it is true the compilation does not actually fail, the compiler still outputs an error code of 1 breaking any higher level build systems (make, jenkins, etc).
The text was updated successfully, but these errors were encountered: