Remove -race test flag to build on OpenBSD (#883)
Without this change, running 'gmake' as the documentation does not finish the build process to produce the binary. Signed-off-by: Zach Leslie <xaque208@gmail.com>
This commit is contained in:
parent
f3ff44fcca
commit
6b1301fb24
2
Makefile
2
Makefile
|
@ -37,7 +37,7 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(GOHOSTARCH),amd64)
|
ifeq ($(GOHOSTARCH),amd64)
|
||||||
ifneq ($(OS_detected),SunOS)
|
ifeq ($(OS_detected),$(filter $(OS_detected),Linux FreeBSD Darwin Windows))
|
||||||
# Only supported on amd64
|
# Only supported on amd64
|
||||||
test-flags := -race
|
test-flags := -race
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue