Pekka Enberg
Pekka Enberg
I now switched to `cstaticlib`, but `cargo dist plan` still doesn't seem to see the static library: ``` penberg@vonneumann limbo % cargo dist plan announcing v0.0.1 limbo 0.0.1 source.tar.gz [checksum]...
This: ``` diff --git a/sqlite3/Cargo.toml b/sqlite3/Cargo.toml index 1ea36f3..84bfe9f 100644 --- a/sqlite3/Cargo.toml +++ b/sqlite3/Cargo.toml @@ -2,12 +2,15 @@ [package] name = "limbo_sqlite3" -version = "0.0.0" +version.workspace = true authors.workspace = true...
Love it! I will distribute the static library as part of the next release for Linux, macOS, and Windows. I am only planning to use the installer script for now....
Hey @kj-9! Why is this pull request in draft mode?
@notrab I am fine with this, please have a look.
@lizzz0523 Probably just an oversight. Feel free to send a PR to fix it up.
Hey @aparnajyothi-y and others, this issue happens sporadically in my project still. Example run here: https://github.com/tursodatabase/limbo/actions/runs/15037673086/job/42262520250?pr=1481
I am seeing the following error when I exit the container: ```console penberg@vonneumann OpenDevin % python3 opendevin/sandbox/docker.py Interactive Docker container started. Type 'exit' or use Ctrl+C to exit. root@1149541e85f2:/# exit...
Works great now, thanks @xingyaoww!
Closing as obsolete.