Skip to content

Commit

Permalink
Ignore SQLite3MultipleCiphers build folder during Docker build (#941)
Browse files Browse the repository at this point in the history
Ignore SQLite3MultipleCiphers during Docker build
  • Loading branch information
athoscouto authored Jan 24, 2024
1 parent 4d6ec16 commit 529dea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ libsql-sqlite3/testfixture
libsql-sqlite3/libsql
libsql-sqlite3/src-verify
libsql-sqlite3/crates/target/

libsql-ffi/bundled/SQLite3MultipleCiphers/build
2 changes: 1 addition & 1 deletion libsql-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ s3s-fs = "0.8.1"
vergen = { version = "8", features = ["build", "git", "gitcl"] }

[features]
default = []
default = ["encryption"]
debug-tools = ["console-subscriber", "rusqlite/trace", "tokio/tracing"]
wasm-udfs = ["rusqlite/libsql-wasm-experimental"]
unix-excl-vfs = ["libsql-sys/unix-excl-vfs"]
Expand Down

0 comments on commit 529dea8

Please sign in to comment.