mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 01:32:25 -05:00
[feature] Default to WASM-based SQLite driver (#3053)
* [feature] Default to WASM-based SQLite driver With 0.16 out this switches our default SQLite driver to the WASM-based solution instead. So far the driver seems to perform just as well. Switching our default should result in it getting a bit more testing during the 0.17 development cycle. * add the ol' john hancock --------- Co-authored-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
parent
86786ae5b3
commit
137ef5a9ff
7 changed files with 111 additions and 111 deletions
|
|
@ -42,7 +42,7 @@ steps:
|
|||
go test
|
||||
-failfast
|
||||
-timeout=20m
|
||||
-tags "wasmsqlite3 netgo osusergo static_build kvformat timetzdata"
|
||||
-tags "netgo osusergo static_build kvformat timetzdata"
|
||||
./...
|
||||
- ./test/envparsing.sh
|
||||
- ./test/swagger.sh
|
||||
|
|
@ -204,6 +204,6 @@ steps:
|
|||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 2e74313f4192b3e6daf6d1d00a7c3796019d93da7ce7e0a77208ccc3c37089b0
|
||||
hmac: 86ebddcd630792cac43aa92fa7f45118943c51b5157491d05eb480ac21762329
|
||||
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue