mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-23 14:32:55 -06:00
update modernc.org/sqlite to v1.37.0-concurrrency-workaround (#3958)
This commit is contained in:
parent
9c31e213ca
commit
fdf23a91de
64 changed files with 1070 additions and 8220 deletions
4
vendor/modernc.org/sqlite/Makefile
generated
vendored
4
vendor/modernc.org/sqlite/Makefile
generated
vendored
|
|
@ -56,13 +56,13 @@ clean:
|
|||
go clean
|
||||
|
||||
edit:
|
||||
@if [ -f "Session.vim" ]; then gvim -S & else gvim -p Makefile go.mod builder.json all_test.go vendor_libsqlite3.go & fi
|
||||
@if [ -f "Session.vim" ]; then gvim -S & else gvim -p Makefile go.mod builder.json all_test.go & fi
|
||||
|
||||
editor:
|
||||
gofmt -l -s -w .
|
||||
go test -c -o /dev/null
|
||||
go build -v -o /dev/null ./...
|
||||
go build -o /dev/null vendor_libsqlite3.go
|
||||
cd vendor_libsqlite3 && go build -o /dev/null main.go
|
||||
|
||||
test:
|
||||
go test -v -timeout 24h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue