xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 12 09:37:44 UTC 2022


 .gitlab-ci/debian-install.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4603d64483bd16966da59fc9c3cf5a7a9591da0c
Author: Luc Ma <luc at sietium.com>
Date:   Tue Aug 30 08:16:22 2022 +0800

    ci: remove redundant slash in libxcvt repository url
    
    Fixes: 84897891e5e7 ("ci: Install libxcvt from git")
    Signed-off-by: Luc Ma <luc at sietium.com>

diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh
index 58b959384..079b7056f 100644
--- a/.gitlab-ci/debian-install.sh
+++ b/.gitlab-ci/debian-install.sh
@@ -114,7 +114,7 @@ apt-get install -y \
 cd /root
 
 # xserver requires libxcvt
-git clone https://gitlab.freedesktop.org/xorg/lib//libxcvt.git --depth 1 --branch=libxcvt-0.1.0
+git clone https://gitlab.freedesktop.org/xorg/lib/libxcvt.git --depth 1 --branch=libxcvt-0.1.0
 cd libxcvt
 meson _build
 ninja -C _build -j${FDO_CI_CONCURRENT:-4} install


More information about the xorg-commit mailing list