diff options
| author | 2025-02-03 12:13:51 +0000 | |
|---|---|---|
| committer | 2025-02-03 12:13:51 +0000 | |
| commit | a24048fc05b5cecb931b23fdcf62da6f6eb9f25d (patch) | |
| tree | ef8e8f3791421733e024906a42eece7773af3fe3 /vendor/modernc.org/sqlite/Makefile | |
| parent | [bugfix] Don't panic on delivery of Activity with no `object` (#3730) (diff) | |
| download | gotosocial-a24048fc05b5cecb931b23fdcf62da6f6eb9f25d.tar.xz | |
bumps our fork of modernc.org/sqlite to v1.34.5 (#3731)
Diffstat (limited to 'vendor/modernc.org/sqlite/Makefile')
| -rw-r--r-- | vendor/modernc.org/sqlite/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
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: |
