This commit is contained in:
2025-12-07 15:15:09 +06:00
parent 43235f80b8
commit e21235b9a5
2 changed files with 5 additions and 1 deletions

View File

@@ -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 <<EOF
set -e
source /etc/profile