Skip to content

Commit

Permalink
Upd2
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgyKirichenko committed Nov 1, 2024
1 parent 3dce284 commit f6f9996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: cache-ccache
uses: actions/cache@v3
with:
key: default2
key: default3
path: ccache-build
- name: inject cache into docker
uses: reproducible-containers/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile.image
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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
RUN find /root/.cache || true


FROM environment AS builder
Expand All @@ -42,7 +42,7 @@ ARG YANET_VERSION_CUSTOM=development

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

0 comments on commit f6f9996

Please sign in to comment.