]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
gitlab-ci: Don't use sudo for the FreeBSD job
authorAlex Richardson <arichardson@FreeBSD.org>
Tue, 9 Aug 2022 15:47:38 +0000 (15:47 +0000)
committerSimon McVittie <smcv@collabora.com>
Wed, 10 Aug 2022 11:18:20 +0000 (11:18 +0000)
We are already building as root and sudo is not currently installed on
the CI image, so the autotools build fails without this change.

.gitlab-ci.yml

index 26ef753714ae472fad191cb654a4560c52221019..d4df1b204e2e6e64ff745cc582162c5e9a78b259 100644 (file)
@@ -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: