From fe8ca3c9ab182418c2fe0f18bcda760d00d0397d Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Sun, 2 Mar 2025 09:53:50 +1000 Subject: [PATCH] ci/fedora: use `build-bindgen.sh` to install [c]bindgen We now depend on a later version of bindgen than is available in the Fedora repositories. Use `build-bindgen.sh` to install the specific version that we need. Signed-off-by: Matt Jolly Part-of: --- .gitlab-ci/container/fedora/x86_64_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/fedora/x86_64_build.sh b/.gitlab-ci/container/fedora/x86_64_build.sh index 82b138cf88e..6749a52df58 100644 --- a/.gitlab-ci/container/fedora/x86_64_build.sh +++ b/.gitlab-ci/container/fedora/x86_64_build.sh @@ -28,9 +28,7 @@ EPHEMERAL=( ) DEPS=( - bindgen bison - cbindgen ccache clang-devel flex @@ -107,6 +105,8 @@ rm -rf $XORGMACROS_VERSION . .gitlab-ci/container/install-meson.sh +. .gitlab-ci/container/build-bindgen.sh + . .gitlab-ci/container/build-mold.sh . .gitlab-ci/container/build-libdrm.sh