From 7189236f529aee93455c8dc599e9a56a718309c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Mon, 15 May 2023 17:20:58 +0200 Subject: [PATCH] build-crosvm: Use the pkg-config crate 0.3.27 The support of pkgconf is available since this version. Part-of: --- .gitlab-ci/container/build-crosvm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/container/build-crosvm.sh b/.gitlab-ci/container/build-crosvm.sh index cfb6796eb26..11804f2ec54 100644 --- a/.gitlab-ci/container/build-crosvm.sh +++ b/.gitlab-ci/container/build-crosvm.sh @@ -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} \