mirror of
https://github.com/containerd/containerd.git
synced 2026-07-18 05:23:33 +00:00
8 lines
138 B
Makefile
8 lines
138 B
Makefile
#darwin specific settings
|
|
COMMANDS += containerd-shim
|
|
|
|
# amd64 supports go test -race
|
|
ifeq ($(GOARCH),amd64)
|
|
TESTFLAGS_RACE= -race
|
|
endif
|