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

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

19
.docker/Dockerfile Normal file
View File

@@ -0,0 +1,19 @@
FROM gentoo/stage3:latest
COPY etc/portage/make.conf /etc/portage/
COPY etc/portage/repos.conf /etc/portage/
COPY etc/portage/package.accept_keywords /etc/portage/
COPY etc/portage/package.use /etc/portage
RUN emerge --sync
RUN emerge \
=dev-build/meson-9999 \
=dev-lang/rust-bin-9999 \
llvm-core/clang \
llvm-core/lld \
dev-vcs/git \
WORKDIR /workspace
ENTRYPOINT /bin/bash