ci: image: use gentoo repo with EGIT_OVERRIDE_REPO_MESONBUILD_MESON for meson
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 7m34s
Gentoo Utils / grep (push) Successful in 1m8s
Gentoo Utils / check-format (push) Successful in 1m17s
Gentoo Utils / docs (push) Successful in 1m28s
Gentoo Utils / build (push) Successful in 1m39s
Gentoo Utils / test (push) Successful in 32s
Gentoo Utils / fuzz (push) Successful in 1m21s
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 7m34s
Gentoo Utils / grep (push) Successful in 1m8s
Gentoo Utils / check-format (push) Successful in 1m17s
Gentoo Utils / docs (push) Successful in 1m28s
Gentoo Utils / build (push) Successful in 1m39s
Gentoo Utils / test (push) Successful in 32s
Gentoo Utils / fuzz (push) Successful in 1m21s
This commit is contained in:
@@ -6,22 +6,19 @@ RUN getuto
|
||||
|
||||
RUN emerge-webrsync
|
||||
|
||||
RUN mkdir -p /var/cache/distfiles/git3-src && chown portage:portage /var/cache/distfiles/git3-src
|
||||
|
||||
ENV EGIT_OVERRIDE_REPO_MESONBUILD_MESON=https://jturnerusa.dev/cgit/meson
|
||||
|
||||
RUN emerge \
|
||||
=dev-lang/rust-bin-9999 \
|
||||
=dev-build/meson-9999::gentoo \
|
||||
llvm-core/clang \
|
||||
llvm-core/lld \
|
||||
dev-vcs/git \
|
||||
sys-process/parallel \
|
||||
net-libs/nodejs
|
||||
|
||||
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::spawns
|
||||
|
||||
RUN useradd -m gentooligan
|
||||
|
||||
USER gentooligan
|
||||
|
||||
Reference in New Issue
Block a user