add CI files
All checks were successful
Build gentoo-utils docker image / build-docker (push) Successful in 5m0s

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

26
.docker/Dockerfile Normal file
View File

@@ -0,0 +1,26 @@
FROM gentoo/stage3:latest
COPY ./. /
RUN getuto
RUN emerge-webrsync
RUN emerge \
=dev-lang/rust-bin-9999 \
llvm-core/clang \
llvm-core/lld \
dev-vcs/git \
sys-process/parallel
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