Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
makefile: Set CC explicitly in go build (#9784)
This is required because Go does not pull CC from the make variable. This uses whatever Go's default CC unless CC is overridden, as it is for the ARM targets. This also makes it easier to build Nomad on a native ARM device, via: ``` make CC= pkg/linux_arm/nomad ```
- Loading branch information