summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDerek Foreman <derek.foreman@collabora.com>2021-07-23 11:36:56 -0500
committerDerek Foreman <derek.foreman@collabora.com>2022-03-03 16:54:14 -0600
commita96dfc70985480b22a1f8b98548267f2b5bccc74 (patch)
tree310b4ac32480f1f06fbfc0eb95629774466aaf02 /.gitlab-ci.yml
parent87f2d09f1838c672b08913014cff198989b0c127 (diff)
downloadweston-a96dfc70985480b22a1f8b98548267f2b5bccc74.tar.gz
launchers: remove launchers
Moving forward we're going to be supporting libseat and logind as our only launchers. We're doing this to reduce our maintenance burden, and security impact. Libseat supports all our existing use cases, and seatd can replace weston-launch so we no longer have to carry a setuid-root program. This patch removes weston-launch, and launcher-direct, leaving only libseat and logind. Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e68b5741..46239fca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -284,7 +284,6 @@ aarch64-debian-container_prep:
-Dtest-skip-is-failure=true
-Dlauncher-libseat=true
-Ddeprecated-backend-fbdev=true
- -Ddeprecated-weston-launch=true
after_script:
- ninja -C "$BUILDDIR" coverage-html > "$BUILDDIR/meson-logs/ninja-coverage-html.txt"
- ninja -C "$BUILDDIR" coverage-xml
@@ -338,7 +337,6 @@ docs-build:
-Dpipewire=false
-Dwerror=true
-Dlauncher-libseat=true
- -Ddeprecated-weston-launch=true
x86_64-debian-no-gl-build:
extends: