Commit
a56de468 "CI: Avoid using a no-op download location that gives
a 403 error" changed this, but now the direct URL to the file *also*
gives a 403 error. According to the comments in this file, the only
reason we're fetching these URLs is in an effort to pre-seed the
cache of intermediate certificates, so the specific URL that we're
requesting is uninteresting: we just need to fetch *something*.
dbus#546
Signed-off-by: Simon McVittie <smcv@collabora.com>
# If you are hacking on them or need a them to rebuild, its enough
# to change any part of the string of the image you want.
###
- WINDOWS_TAG: "2023-05-12.0"
+ WINDOWS_TAG: "2025-02-27.0"
UPSTREAM_BRANCH: 'main'
UPSTREAM_REPO: 'dbus/dbus'
# 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/projects/pcre/files/pcre/8.37/pcre-8.37.tar.gz.sig') >$null
+RUN (New-Object System.Net.WebClient).DownloadString('https://sourceforge.net/robots.txt') >$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