mirror of
https://github.com/shirou/gopsutil.git
synced 2025-04-28 13:48:49 +08:00
Merge pull request #1247 from shirou/feature/add_freebsd386_to_buildtest
Add 386 and arm64 on FreeBSD to build_test
This commit is contained in:
commit
95dff57bfb
4
Makefile
4
Makefile
@ -18,8 +18,10 @@ build_test: ## test only buildable
|
|||||||
GOOS=linux GOARCH=arm go test ./... | $(BUILD_FAIL_PATTERN)
|
GOOS=linux GOARCH=arm go test ./... | $(BUILD_FAIL_PATTERN)
|
||||||
GOOS=linux GOARCH=arm64 go test ./... | $(BUILD_FAIL_PATTERN)
|
GOOS=linux GOARCH=arm64 go test ./... | $(BUILD_FAIL_PATTERN)
|
||||||
GOOS=linux GOARCH=riscv64 go test ./... | $(BUILD_FAIL_PATTERN)
|
GOOS=linux GOARCH=riscv64 go test ./... | $(BUILD_FAIL_PATTERN)
|
||||||
GOOS=freebsd go test ./... | $(BUILD_FAIL_PATTERN)
|
GOOS=freebsd GOARCH=amd64 go test ./... | $(BUILD_FAIL_PATTERN)
|
||||||
|
GOOS=freebsd GOARCH=386 go test ./... | $(BUILD_FAIL_PATTERN)
|
||||||
GOOS=freebsd GOARCH=arm go test ./... | $(BUILD_FAIL_PATTERN)
|
GOOS=freebsd GOARCH=arm go test ./... | $(BUILD_FAIL_PATTERN)
|
||||||
|
GOOS=freebsd GOARCH=arm64 go test ./... | $(BUILD_FAIL_PATTERN)
|
||||||
CGO_ENABLED=0 GOOS=darwin go test ./... | $(BUILD_FAIL_PATTERN)
|
CGO_ENABLED=0 GOOS=darwin go test ./... | $(BUILD_FAIL_PATTERN)
|
||||||
GOOS=windows go test ./... | $(BUILD_FAIL_PATTERN)
|
GOOS=windows go test ./... | $(BUILD_FAIL_PATTERN)
|
||||||
# Operating systems supported for building only (not implemented error if used)
|
# Operating systems supported for building only (not implemented error if used)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user