]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Avoid using a no-op download location that gives a 403 error
authorSimon McVittie <smcv@collabora.com>
Fri, 12 May 2023 16:48:48 +0000 (17:48 +0100)
committerSimon McVittie <smcv@collabora.com>
Fri, 12 May 2023 16:48:48 +0000 (17:48 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
tools/docker/windows/Dockerfile

index 13c0feea1612de45b8ed9382b7ea5ba41cd736d2..53be741be4080c19cb34dda84623e02a22328f92 100644 (file)
@@ -24,7 +24,7 @@ RUN pip3 install meson
 # See also: https://bugs.python.org/issue36011
 RUN pip3 install --upgrade certifi
 RUN pip3 install python-certifi-win32
-RUN (New-Object System.Net.WebClient).DownloadString('https://sourceforge.net') >$null
+RUN (New-Object System.Net.WebClient).DownloadString('https://sourceforge.net/projects/pcre/files/pcre/8.37/pcre-8.37.tar.gz.sig') >$null
 RUN (New-Object System.Net.WebClient).DownloadString('https://wrapdb.mesonbuild.com/v2/pcre_8.37-2/get_patch') >$null
 RUN (New-Object System.Net.WebClient).DownloadString('https://zlib.net/fossils/') >$null