add CI files

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

24
.docker/Dockerfile Normal file
View File

@@ -0,0 +1,24 @@
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
COPY etc/portage/repos.conf /etc/portage/
RUN emerge --sync spawns
RUN emerge =dev-build/meson-9999
WORKDIR /workspace
ENTRYPOINT /bin/bash