Skip to content

gitlab CI: escape the MESON_BUILDDIR in the libinput job

Where this job is triggered by a multi-pipeline (see libinput commit 52a486c1754e78592fc42e2be6b3d6ad23fb619b), we inerit the variables of the other pipeline - including MESON_BUILDDIR.

In libinput MESON_BUILDDIR is a directory with a space component ('build dir'), so we must ensure we escape correctly here.

Merge request reports