Fixed dbschema compilation

This commit is contained in:
Alexey Pustovalov
2025-01-13 21:51:29 +09:00
parent 8ff92f1e30
commit 245234e41f
15 changed files with 25 additions and 25 deletions

View File

@ -99,7 +99,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build/ \
--with-ssh \
--with-unixodbc \
--silent && \
make -j"$(nproc)" -s dbschema && \
make -s dbschema && \
make -j"$(nproc)" -s && \
mkdir /tmp/fonts/ && \
curl --tlsv1.2 -sSf -L "https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJKjp-hinted.zip" -o /tmp/fonts/NotoSansCJKjp-hinted.zip && \