From aefa70891cfd489fccb8a9567b5bdafb0f863ede Mon Sep 17 00:00:00 2001 From: Wim Date: Sat, 12 Mar 2022 23:02:04 +0100 Subject: Update vendor (whatsapp) --- vendor/modernc.org/sqlite/Makefile | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'vendor/modernc.org/sqlite/Makefile') diff --git a/vendor/modernc.org/sqlite/Makefile b/vendor/modernc.org/sqlite/Makefile index 833578ea..aa8269ae 100644 --- a/vendor/modernc.org/sqlite/Makefile +++ b/vendor/modernc.org/sqlite/Makefile @@ -24,7 +24,7 @@ all: editor GOOS=linux GOARCH=arm go build -v ./... GOOS=linux GOARCH=arm64 go build -v ./... GOOS=linux GOARCH=s390x go build -v ./... - GOOS=windows GOARCH=386 go build -v ./... + #GOOS=windows GOARCH=386 go build -v ./... GOOS=windows GOARCH=amd64 go build -v ./... golint 2>&1 | grep -v $(ngrep) || true misspell *.go @@ -56,8 +56,10 @@ build_all_targets: GOOS=linux GOARCH=s390x go test -c -o /dev/null GOOS=netbsd GOARCH=amd64 go build -v ./... GOOS=netbsd GOARCH=amd64 go test -c -o /dev/null - GOOS=windows GOARCH=386 go build -v ./... - GOOS=windows GOARCH=386 go test -c -o /dev/null + GOOS=openbsd GOARCH=amd64 go build -v ./... + GOOS=openbsd GOARCH=amd64 go test -c -o /dev/null + # GOOS=windows GOARCH=386 go build -v ./... + # GOOS=windows GOARCH=386 go test -c -o /dev/null GOOS=windows GOARCH=amd64 go build -v ./... GOOS=windows GOARCH=amd64 go test -c -o /dev/null echo done @@ -134,7 +136,13 @@ linux_s390x: CCGO_CPP=s390x-linux-gnu-cpp TARGET_GOARCH=s390x TARGET_GOOS=linux go generate 2>&1 | tee log-generate GOOS=linux GOARCH=s390x go build -v ./... -generate_all_targets_on_linux_amd64: linux_amd64 linux_386 linux_arm_on_linux_amd64 linux_arm64 linux_s390x windows_amd64 #TODO windows_386 +# 3900x/VBox +openbsd_amd64: + @echo "Should be executed only on openbsd/amd64." + go generate 2>&1 | tee log-generate + go build -v ./... + +generate_all_targets_on_linux_amd64: linux_amd64 linux_386 linux_arm linux_arm64 linux_s390x windows_amd64 #TODO windows_386 gofmt -l -s -w . echo done -- cgit v1.2.3