Skip to content

Commit

Permalink
Upd
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgyKirichenko committed Nov 1, 2024
1 parent d1ecdf1 commit 3dce284
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/Dockerfile.image
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \

RUN python3 -m pip install meson==0.61.2

RUN find /root/.cache/ccache


FROM environment AS builder

Expand All @@ -40,6 +42,7 @@ ARG YANET_VERSION_CUSTOM=development

COPY . /opt/yanet
WORKDIR /opt/yanet
RUN find /root/.cache/ccache
RUN meson setup --prefix=/target \
-Dtarget=release \
-Darch=corei7 \
Expand Down

0 comments on commit 3dce284

Please sign in to comment.