Merge remote-tracking branch 'epenguin-gitea/feature/add-check-ci'
Some checks failed
Gentoo Utils / build-docker (push) Successful in 8s
Gentoo Utils / build (push) Failing after 11s

This commit is contained in:
2025-12-06 19:59:20 +00:00
3 changed files with 68 additions and 43 deletions

View File

@@ -2,6 +2,8 @@ FROM gentoo/stage3:latest
COPY ./. /
ENV EGIT_CLONE_TYPE=shallow
RUN getuto
RUN emerge-webrsync
@@ -12,7 +14,9 @@ RUN emerge \
llvm-core/lld \
dev-vcs/git \
sys-process/parallel \
dev-utils/cbindgen
dev-util/cbindgen \
net-libs/nodejs
RUN git clone https://jturnerusa.dev/cgit/ebuilds/ /var/db/repos/spawns
@@ -22,6 +26,10 @@ RUN mkdir -p /var/cache/distfiles/git3-src && chown portage:portage /var/cache/d
RUN emerge =dev-build/meson-9999
RUN useradd -m gentooligan
USER gentooligan
WORKDIR /workspace
ENTRYPOINT /bin/bash