From a24048fc05b5cecb931b23fdcf62da6f6eb9f25d Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:13:51 +0000 Subject: bumps our fork of modernc.org/sqlite to v1.34.5 (#3731) --- vendor/modernc.org/sqlite/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'vendor/modernc.org/sqlite/Makefile') diff --git a/vendor/modernc.org/sqlite/Makefile b/vendor/modernc.org/sqlite/Makefile index 8b7472ddd..e98811c34 100644 --- a/vendor/modernc.org/sqlite/Makefile +++ b/vendor/modernc.org/sqlite/Makefile @@ -37,8 +37,8 @@ build_all_targets: GOOS=linux GOARCH=riscv64 go build -v ./... GOOS=linux GOARCH=s390x go test -c -o /dev/null GOOS=linux GOARCH=s390x go build -v ./... - GOOS=netbsd GOARCH=amd64 go test -c -o /dev/null - GOOS=netbsd GOARCH=amd64 go build -v ./... + # GOOS=netbsd GOARCH=amd64 go test -c -o /dev/null + # GOOS=netbsd GOARCH=amd64 go build -v ./... GOOS=openbsd GOARCH=amd64 go test -c -o /dev/null GOOS=openbsd GOARCH=amd64 go build -v ./... GOOS=openbsd GOARCH=arm64 go test -c -o /dev/null @@ -69,7 +69,10 @@ test: go test -v -timeout 24h 2>&1 | tee log-test vendor: - go run vendor_libsqlite3.go && make build_all_targets + cd vendor_libsqlite3 && go build -o ../vendor main.go + ./vendor + rm -f vendor + make build_all_targets make build_all_targets work: -- cgit v1.3