build-crosvm: Use the pkg-config crate 0.3.27
authorCorentin Noël <corentin.noel@collabora.com>
Mon, 15 May 2023 15:20:58 +0000 (17:20 +0200)
committerDavid Heidelberg <david.heidelberg@collabora.com>
Thu, 25 May 2023 14:06:52 +0000 (16:06 +0200)
The support of pkgconf is available since this version.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21977>

.gitlab-ci/container/build-crosvm.sh

index cfb6796..11804f2 100644 (file)
@@ -21,6 +21,8 @@ meson setup build/ -D libdir=lib -D render-server-worker=process -D venus=true $
 meson install -C build
 popd
 
+cargo update -p pkg-config@0.3.26 --precise 0.3.27
+
 RUSTFLAGS='-L native=/usr/local/lib' cargo install \
   bindgen-cli \
   -j ${FDO_CI_CONCURRENT:-4} \