File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
buildconfig/manylinux-build/docker_base/mesa/libdrm Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
1313sha512sum -c libdrm.sha512sum
1414
1515tar xzf $DRM .tar.gz
Original file line number Diff line number Diff line change 1- b593eb26be0f4e3aac44dfe8ec4e37d9e1a2666f9c86f2dcd3c32bd3e6fe376bfce7bd1c47af4d39b85b3d6f43ebf12f02704f055106872fb35f1d85b45286f3 drm -libdrm-2.4.123 .tar.gz
1+ 8052839ffb2c81bc8c65e0e8e810e197ca6532fafdaf1acc181b97763068e68ba921035bb0e5675eb9c8d2ff6f32731e10d4a16f307c915e3b680453dd0e9ebd libdrm -libdrm-2.4.124 .tar.gz
You can’t perform that action at this time.
0 commit comments