Skip to content

Commit fcfd235

Browse files
committed
Update libdrm version to fix build
Previous one failed hash checks because they renamed a folder (apparently?).
1 parent e26d314 commit fcfd235

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildconfig/manylinux-build/docker_base/mesa/libdrm/build-libdrm.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ cd $(dirname `readlink -f "$0"`)
66
# The drm already available on manylinux docker images is too old for mesa, so
77
# we need to compile the latest from source
88

9-
DRM_VER="libdrm-2.4.123"
10-
DRM="drm-$DRM_VER"
9+
DRM_VER="libdrm-2.4.124"
10+
DRM="libdrm-$DRM_VER"
1111

12-
curl -sL --retry 10 https://gitlab.freedesktop.org/mesa/drm/-/archive/$DRM_VER/$DRM.tar.gz > $DRM.tar.gz
12+
curl -sL --retry 10 https://gitlab.freedesktop.org/mesa/libdrm/-/archive/$DRM_VER/$DRM.tar.gz > $DRM.tar.gz
1313
sha512sum -c libdrm.sha512sum
1414

1515
tar xzf $DRM.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b593eb26be0f4e3aac44dfe8ec4e37d9e1a2666f9c86f2dcd3c32bd3e6fe376bfce7bd1c47af4d39b85b3d6f43ebf12f02704f055106872fb35f1d85b45286f3 drm-libdrm-2.4.123.tar.gz
1+
8052839ffb2c81bc8c65e0e8e810e197ca6532fafdaf1acc181b97763068e68ba921035bb0e5675eb9c8d2ff6f32731e10d4a16f307c915e3b680453dd0e9ebd libdrm-libdrm-2.4.124.tar.gz

0 commit comments

Comments
 (0)