mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-08-01 04:38:31 +00:00
feat: Musl images in docker
Not working at the moment, need to upgrade the rust-rocksdb and possibly zstd to stop them force-enabling dynamic libclang
This commit is contained in:
parent
1bc663e1c8
commit
b7a0442298
4 changed files with 233 additions and 19 deletions
|
@ -162,6 +162,15 @@ conduwuit_mods = [
|
|||
"conduwuit-core/conduwuit_mods",
|
||||
]
|
||||
|
||||
libclang_static = [
|
||||
"bindgen/static"
|
||||
# "clang-sys/static"
|
||||
]
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = {version = "0.71.1", default-features = false}
|
||||
# clang-sys = {version = "1", default-features = false}
|
||||
|
||||
[dependencies]
|
||||
conduwuit-admin.workspace = true
|
||||
conduwuit-api.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue