We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47ad23 commit 9c37fa5Copy full SHA for 9c37fa5
common/install_rocm_drm.sh
@@ -24,7 +24,9 @@ python3 -m pip install meson ninja
24
###########################
25
### clone repo
26
27
-GIT_SSL_NO_VERIFY=true git clone https://gitlab.freedesktop.org/mesa/drm.git
+# 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
30
pushd drm
31
32
0 commit comments