From 3f9a1dbfff1b33fd6033e6fa3ac4ed63b3b0a471 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:53:36 +0000 Subject: update modernc/sqlite to v1.33.1 (with our concurrency workaround) (#3367) --- vendor/modernc.org/sqlite/Makefile | 6 +++--- 1 file changed, 3 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 85c40ebca..67a56d389 100644 --- a/vendor/modernc.org/sqlite/Makefile +++ b/vendor/modernc.org/sqlite/Makefile @@ -43,8 +43,8 @@ build_all_targets: GOOS=openbsd GOARCH=amd64 go build -v ./... GOOS=openbsd GOARCH=arm64 go test -c -o /dev/null GOOS=openbsd GOARCH=arm64 go build -v ./... - # GOOS=windows GOARCH=386 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=386 go build -v ./... GOOS=windows GOARCH=amd64 go test -c -o /dev/null GOOS=windows GOARCH=amd64 go build -v ./... GOOS=windows GOARCH=arm64 go test -c -o /dev/null @@ -66,7 +66,7 @@ editor: go build -o /dev/null vendor_libsqlite3.go test: - go test -v -timeout 24h . ./functest 2>&1 | tee log-test + go test -v -timeout 24h 2>&1 | tee log-test vendor: go run vendor_libsqlite3.go && make build_all_targets -- cgit v1.3