CI: Use buildkit-cache-dance to speed up builds

This commit is contained in:
Fijxu
2025-05-24 22:41:21 -04:00
parent c89b7df7d3
commit 0e73ca1923
2 changed files with 18 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ COPY ./videojs-dependencies.yml ./videojs-dependencies.yml
RUN --mount=type=cache,target=/root/.cache/crystal \
crystal build ./src/invidious.cr \
--release --mcpu=x86-64-v2 \
-O3 -Drelease --mcpu=x86-64-v2 \
--static --warnings all \
--link-flags "-lxml2 -llzma";