ci: remove unused crystal spec from Dockerfile

This commit is contained in:
Fijxu 2025-04-13 15:52:31 -04:00
parent 49ae71a6ac
commit ff3d008a6f
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -20,8 +20,6 @@ COPY ./scripts/ ./scripts/
COPY ./assets/ ./assets/
COPY ./videojs-dependencies.yml ./videojs-dependencies.yml
RUN crystal spec --warnings all \
--link-flags "-lxml2 -llzma"
RUN --mount=type=cache,target=/root/.cache/crystal \
crystal build ./src/invidious.cr \
--release --mcpu=x86-64-v2 \