summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2022-07-13 14:21:12 +0000
committerCorey Berla <corey@berla.me>2022-07-13 14:21:12 +0000
commitd37ccbffa32d25a52e99326e3c903a7bf991fa03 (patch)
tree21b5455cd098680eefd8a381c4e78bd705098029 /.gitlab-ci
parent354f1a783a92c389b0f2fbf58c3a16c36033034b (diff)
downloadgtk+-d37ccbffa32d25a52e99326e3c903a7bf991fa03.tar.gz
ci: Remove print-backends build option
Flatpak CI is failing because of unknown option "print-backends". print-backends was renamed to print in c4d350c260879c11ea94641ac820b331aeaccc7c and subsequently was removed in a4aa6d79addfcc5f6b61a9aecd2b3a647e249622 (replaced by print-cups and print-cloudprint as auto options)
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/flatpak-build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci/flatpak-build.sh b/.gitlab-ci/flatpak-build.sh
index d739e9820e..20c3a21f9f 100644
--- a/.gitlab-ci/flatpak-build.sh
+++ b/.gitlab-ci/flatpak-build.sh
@@ -19,7 +19,6 @@ flatpak build ${builddir} meson \
--buildtype=release \
-Dx11-backend=true \
-Dwayland-backend=true \
- -Dprint-backends=file \
-Dbuild-tests=false \
-Dbuild-examples=false \
-Dintrospection=disabled \