commit:     53211c8cc4bf06317f43edba521c529d7f53886c
Author:     Oskari Pirhonen <xxc3ncoredxx <AT> gmail <DOT> com>
AuthorDate: Tue Oct 31 04:10:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 02:55:29 2023 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=53211c8c

sr.ht ci: install into --destdir

Avoids failed privilege escalation from trying to install into
/usr/local.

Signed-off-by: Oskari Pirhonen <xxc3ncoredxx <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .builds/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.builds/ci.yml b/.builds/ci.yml
index 896840a3fc..cda3b6e072 100644
--- a/.builds/ci.yml
+++ b/.builds/ci.yml
@@ -34,7 +34,7 @@ tasks:
 
   - test-install: |
       for py in "${PYTHON_VERSIONS[@]}"; do
-        time meson install -C "/tmp/build-$py"
+        time meson install -C "/tmp/build-$py" --destdir 
"/tmp/install-root-$py"
       done
 
   - test-portage: |

Reply via email to