1
0
Fork 0
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:
Jade Ellis 2025-07-23 00:24:27 +01:00
parent 1bc663e1c8
commit b7a0442298
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
4 changed files with 233 additions and 19 deletions

View file

@ -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