From 6a3fc713978a0c1c9290a4afd08b47886b49b635 Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 13 Aug 2022 16:14:26 +0200 Subject: Update dependencies and go1.18 (#1873) * Update dependencies and go1.18 * Exclude unnecessary linters and update build to go1.18 --- vendor/modernc.org/libc/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'vendor/modernc.org/libc/Makefile') diff --git a/vendor/modernc.org/libc/Makefile b/vendor/modernc.org/libc/Makefile index 6cb86060..1a362dfc 100644 --- a/vendor/modernc.org/libc/Makefile +++ b/vendor/modernc.org/libc/Makefile @@ -21,7 +21,7 @@ all: go generate gofmt -l -s -w *.go go install -v ./... - go test -i + go test go test 2>&1 -timeout 1h | tee -a $(log) GOOS=darwin GOARCH=amd64 go build GOOS=darwin GOARCH=arm64 go build @@ -37,12 +37,11 @@ all: GOOS=windows GOARCH=386 go build GOOS=windows GOARCH=amd64 go build GOOS=windows GOARCH=arm64 go build - go vet -unsafeptr=false 2>&1 | grep -v $(ngrep) || true - golint 2>&1 | grep -v $(ngrep) || true - make todo - misspell *.go - staticcheck || true - maligned || true + # go vet -unsafeptr=false 2>&1 | grep -v $(ngrep) || true + # golint 2>&1 | grep -v $(ngrep) || true + # make todo + # misspell *.go + # staticcheck || true grep -n 'FAIL\|PASS' $(log) go version date 2>&1 | tee -a $(log) -- cgit v1.2.3