File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ build_test: ## test only buildable
34
34
GOOS=netbsd go test ./... | $(BUILD_FAIL_PATTERN )
35
35
GOOS=openbsd go test ./... | $(BUILD_FAIL_PATTERN )
36
36
GOOS=plan9 go test ./... | $(BUILD_FAIL_PATTERN )
37
+ CGO_ENABLED=0 GOOS=aix GOARCH=ppc64 go test ./... | $(BUILD_FAIL_PATTERN )
38
+ CGO_ENABLED=1 GOOS=aix GOARCH=ppc64 go test ./... | $(BUILD_FAIL_PATTERN )
37
39
38
40
ifeq ($(shell uname -s) , Darwin)
39
41
CGO_ENABLED=1 GOOS=darwin go test ./... | $(BUILD_FAIL_PATTERN)
77
79
GOOS=plan9 GOARCH=amd64 go vet ./...
78
80
GOOS=plan9 GOARCH=386 go vet ./...
79
81
82
+ CGO_ENABLED=0 GOOS=aix GOARCH=ppc64 go vet ./...
83
+ CGO_ENABLED=1 GOOS=aix GOARCH=ppc64 go vet ./...
84
+
80
85
macos_test :
81
86
CGO_ENABLED=0 GOOS=darwin go test ./... | $(BUILD_FAIL_PATTERN )
82
87
CGO_ENABLED=1 GOOS=darwin go test ./... | $(BUILD_FAIL_PATTERN )
You can’t perform that action at this time.
0 commit comments