From e21235b9a582876738c777c0ea0603ef16fd21c4 Mon Sep 17 00:00:00 2001 From: kuwoyuki Date: Sun, 7 Dec 2025 15:15:09 +0600 Subject: [PATCH] upd2 --- binhost.sh | 3 ++- binhost/make.conf | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binhost.sh b/binhost.sh index 0d03246..8804374 100755 --- a/binhost.sh +++ b/binhost.sh @@ -6,7 +6,7 @@ WORK_DIR="$(pwd)" REPO="${WORK_DIR}/repo" CTX="${WORK_DIR}/ctx" -IMAGE="gentoo/stage3:amd64-desktop-openrc" +IMAGE="docker.io/gentoo/stage3:amd64-desktop-openrc" PROFILE="default/linux/amd64/23.0/desktop" CFLAGS="-O2 -pipe -march=x86-64-v3" @@ -82,6 +82,7 @@ podman run --rm -i \ --name "gentoo_builder" \ --cap-add=SYS_PTRACE \ "${VOLUMES[@]}" \ + --tmpfs /var/tmp/portage:rw,size=48G,mode=1777 \ "$IMAGE" /bin/bash <