8 lines
139 B
Makefile
8 lines
139 B
Makefile
#freebsd specific settings
|
|
COMMANDS += containerd-shim
|
|
|
|
# amd64 supports go test -race
|
|
ifeq ($(GOARCH),amd64)
|
|
TESTFLAGS_RACE= -race
|
|
endif
|