summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2022-08-09 15:47:38 +0000
committerSimon McVittie <smcv@collabora.com>2022-08-10 11:18:20 +0000
commitdefbade7b98a1fe8b6b01c6783fc2078e46b2e9f (patch)
treee894962624cbb25a900df72deb701b24b9ab39c0 /.gitlab-ci.yml
parent902260f6daa6e86335a7d5ad1c91cd2d27c0610c (diff)
downloaddbus-defbade7b98a1fe8b6b01c6783fc2078e46b2e9f.tar.gz
gitlab-ci: Don't use sudo for the FreeBSD job
We are already building as root and sudo is not currently installed on the CI image, so the autotools build fails without this change.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26ef7537..d4df1b20 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -438,6 +438,10 @@ freebsd image:
needs:
- job: "freebsd image"
artifacts: false
+ variables:
+ # Don't install with sudo (since we are already building as root and sudo
+ # is not currently installed on the CI image).
+ ci_sudo: "no"
freebsd cmake debug:
extends: