mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 09:37:28 -06:00
bumps our fork of modernc.org/sqlite to v1.34.5 (#3731)
This commit is contained in:
parent
053d820845
commit
a24048fc05
42 changed files with 52 additions and 18306 deletions
9
vendor/modernc.org/sqlite/Makefile
generated
vendored
9
vendor/modernc.org/sqlite/Makefile
generated
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue