Skip to content

Commit 44971f3

Browse files
committed
scripts: pass --force to eselect profile set
``` + eselect profile set default/hurd/x86/23.0/i686 !!! Error: default/hurd/x86/23.0/i686 is not a valid profile for amd64 ``` Signed-off-by: Sam James <sam@gentoo.org>
1 parent d90d867 commit 44971f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/container_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ run_in_container make install
115115
run_in_container eselect repository create crossdev
116116
run_in_container crossdev --show-fail-log "${EXTRA_ARGS[@]}" --target "${TARGET}"
117117
if [[ "${EMERGE_SYSTEM}" -eq 1 ]]; then
118-
[[ -v PROFILE ]] && PORTAGE_CONFIGROOT="/usr/${TARGET}" run_in_container "eselect" profile set "${PROFILE}"
118+
[[ -v PROFILE ]] && PORTAGE_CONFIGROOT="/usr/${TARGET}" run_in_container "eselect" profile set --force "${PROFILE}"
119119
run_in_container "${TARGET}-emerge" @system
120120
fi

0 commit comments

Comments
 (0)