Skip to content

Commit

Permalink
builder/windows: fix container build when latest Meson is stable
Browse files Browse the repository at this point in the history
When we don't update Meson, there won't be any new distfiles.

Fixes: ea38d17 ("builder/windows: accept unstable Meson")
Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Sep 1, 2024
1 parent a60ef69 commit 2090e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mkdir -p /var/db/repos/crossdev/{profiles,metadata} && echo crossdev > /var/
COPY repos.conf /etc/portage/repos.conf/crossdev.conf
COPY --from=docker.io/gentoo/portage:latest /var/db/repos/gentoo /var/db/repos/gentoo
RUN emerge -u dev-build/meson && \
rm /var/cache/distfiles/*
rm -f /var/cache/distfiles/*
RUN emerge app-portage/gentoolkit dev-lang/nasm dev-libs/glib \
dev-python/tomli dev-util/glib-utils dev-vcs/git sys-devel/crossdev && \
rm /var/cache/distfiles/*
Expand Down

0 comments on commit 2090e7e

Please sign in to comment.