Skip to content

Commit 9c37fa5

Browse files
Cherry-pick fix from pytorch/pytorch#149380 for mesa/drm repo outage
(cherry picked from commit 97eb3ad)
1 parent c47ad23 commit 9c37fa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

common/install_rocm_drm.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ python3 -m pip install meson ninja
2424
###########################
2525
### clone repo
2626
###########################
27-
GIT_SSL_NO_VERIFY=true git clone https://gitlab.freedesktop.org/mesa/drm.git
27+
# TEMPORARY FIX: https://gitlab.freedesktop.org/mesa/drm.git is down until 2025/03/22
28+
# GIT_SSL_NO_VERIFY=true git clone https://gitlab.freedesktop.org/mesa/drm.git
29+
GIT_SSL_NO_VERIFY=true git clone git://anongit.freedesktop.org/mesa/drm
2830
pushd drm
2931

3032
###########################

0 commit comments

Comments
 (0)