mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-02 06:08:04 +02:00
CI: Avoid using a no-op download location that gives a 403 error
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
b1712683ad
commit
a56de4684b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ RUN pip3 install meson
|
||||||
# See also: https://bugs.python.org/issue36011
|
# See also: https://bugs.python.org/issue36011
|
||||||
RUN pip3 install --upgrade certifi
|
RUN pip3 install --upgrade certifi
|
||||||
RUN pip3 install python-certifi-win32
|
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://wrapdb.mesonbuild.com/v2/pcre_8.37-2/get_patch') >$null
|
||||||
RUN (New-Object System.Net.WebClient).DownloadString('https://zlib.net/fossils/') >$null
|
RUN (New-Object System.Net.WebClient).DownloadString('https://zlib.net/fossils/') >$null
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue