aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Pirhonen <xxc3ncoredxx@gmail.com>2023-10-30 23:10:14 -0500
committerSam James <sam@gentoo.org>2023-11-11 02:55:29 +0000
commit53211c8cc4bf06317f43edba521c529d7f53886c (patch)
tree6d6bdf95bcbb10b97e8a5eb45fb534211c4e9092 /.builds
parentsr.ht ci: install some missing packages (diff)
downloadportage-53211c8cc4bf06317f43edba521c529d7f53886c.tar.gz
portage-53211c8cc4bf06317f43edba521c529d7f53886c.tar.bz2
portage-53211c8cc4bf06317f43edba521c529d7f53886c.zip
sr.ht ci: install into --destdir
Avoids failed privilege escalation from trying to install into /usr/local. Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '.builds')
-rw-r--r--.builds/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/ci.yml b/.builds/ci.yml
index 896840a3f..cda3b6e07 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: |