ci: remove unused crystal spec from Dockerfile
This commit is contained in:
parent
49ae71a6ac
commit
ff3d008a6f
1 changed files with 0 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue