chore: remove all bins
This commit is contained in:
parent
3c3dee5cf8
commit
46a68272cc
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "void_cat_migrate"
|
name = "void_cat_migrate"
|
||||||
required-features = ["bin-migrate"]
|
required-features = ["bin-void-cat-migrate"]
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "route96"
|
name = "route96"
|
||||||
@ -19,7 +19,7 @@ default = ["nip96", "blossom"]
|
|||||||
labels = ["nip96", "dep:candle-core", "dep:candle-nn", "dep:candle-transformers"]
|
labels = ["nip96", "dep:candle-core", "dep:candle-nn", "dep:candle-transformers"]
|
||||||
nip96 = ["dep:ffmpeg-sys-the-third", "dep:blurhash", "dep:libc"]
|
nip96 = ["dep:ffmpeg-sys-the-third", "dep:blurhash", "dep:libc"]
|
||||||
blossom = []
|
blossom = []
|
||||||
bin-migrate = ["dep:sqlx-postgres", "dep:clap", "dep:clap_derive"]
|
bin-void-cat-migrate = ["dep:sqlx-postgres", "dep:clap", "dep:clap_derive"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4.21"
|
log = "0.4.21"
|
||||||
|
@ -31,7 +31,7 @@ RUN git clone --depth=1 https://git.v0l.io/Kieran/FFmpeg.git && \
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared && \
|
--enable-shared && \
|
||||||
make -j8 && make install
|
make -j8 && make install
|
||||||
RUN cargo install --path . --root /app/build --bins --features bin-migrate
|
RUN cargo install --path . --root /app/build
|
||||||
|
|
||||||
FROM node:bookworm as ui_builder
|
FROM node:bookworm as ui_builder
|
||||||
WORKDIR /app/src
|
WORKDIR /app/src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user