ci: Adjust prefix instead of setting DESTDIR for meson-dist job
This ensures that the pkg-config files installed to xserver-tarball/install will have correct paths. This is needed so that xf86-driver-build-test will be able to reuse this installation of xserver. It will be passed to that job via artifacts (subsequent commits) Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1806>
This commit is contained in:
parent
8d1fa6acde
commit
f7d2e810ba
|
@ -242,7 +242,7 @@ meson-dist:
|
|||
- .gitlab-ci/meson-build.sh -C xserver-tarball --skip-test --skip-dist --run-install
|
||||
variables:
|
||||
MESON_DIST_ARGS: --no-tests
|
||||
DESTDIR: xserver-tarball/install/
|
||||
MESON_EXTRA_ARGS: -Dprefix=$CI_PROJECT_DIR/xserver-tarball/install/
|
||||
|
||||
xf86-driver-build-test:
|
||||
extends:
|
||||
|
|
Loading…
Reference in New Issue