0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-25 19:10:39 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
99c5b0061f libsql: prepare crates for publishing 2024-01-04 14:38:42 -05:00
99038c4fd4 Merge branch 'main' into noseh 2023-11-29 09:42:06 -05:00
fa79c59034 xtask: add build-bundled command 2023-11-29 09:39:44 -05:00
23c2cbd4ce sqld: Add fault and http response metrics 2023-11-28 16:37:03 -05:00
83e5af2813 add xtask test, fix metrics tests 2023-11-09 10:56:44 -05:00
9050911a94 rework macros, adjust feature flags, add xtask build-wasm 2023-11-07 15:34:43 -05:00
6ab684564b remote future-option dep 2023-10-31 17:45:45 +01:00
4f617afc53 fix clippy and fmt 2023-10-31 17:40:09 +01:00
e8b97c689f fix sim tests xarg 2023-10-31 09:22:30 -04:00
20541ea427 Add xtask support for builds
This commit adds basic xtask support for building the libsql C library.
This tool allows us to use cargo and rust as the build system. The xtask
system is based off of https://github.com/matklad/cargo-xtask.

This tool provides two commands so far:

- `cargo xtask build` that will build `libsql-sqlite3`.
- `cargo xtask sim-tests` that will run the simulation test suite for
  `libsql-server.
2023-10-31 09:22:30 -04:00