add CI files
Some checks failed
Build gentoo-utils docker image / build-docker (push) Failing after 4m25s

This commit is contained in:
2025-12-04 22:57:16 +00:00
parent 931a183347
commit becffdc17c
7 changed files with 98 additions and 0 deletions

27
.docker/Dockerfile Normal file
View File

@@ -0,0 +1,27 @@
FROM gentoo/stage3:latest
COPY ./. /
RUN ls /etc/portage -R
RUN getuto
RUN emerge-webrsync
RUN emerge \
=dev-lang/rust-bin-9999 \
llvm-core/clang \
llvm-core/lld \
dev-vcs/git
RUN git clone https://jturnerusa.dev/cgit/ebuilds/ /var/db/repos/spawns
COPY etc/portage/repos.conf /etc/portage/
RUN mkdir -p /var/cache/distfiles/git3-src && chown portage:portage /var/cache/distfiles/git3-src
RUN emerge =dev-build/meson-9999
WORKDIR /workspace
ENTRYPOINT /bin/bash