summaryrefslogtreecommitdiff
path: root/string-list.h
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2025-10-02 13:04:38 +0200
committerJunio C Hamano <gitster@pobox.com>2025-10-02 09:44:41 -0700
commit82ad27ebcd7f832227a2669ee002cc5e9dffb245 (patch)
tree43f912a1c4367b96741b73256926dcf80cfcd28f /string-list.h
parente90f6b2b008ceba56a3a83941e50d57c3cb7b4ea (diff)
gitlab-ci: drop workaround for Python certificate store on Windows
On Windows, we have been running into some issues in the past where the certificate store for Python is broken on the GitLab CI runners using Windows. The consequence was that we weren't able to establish any SSL connections via Python, but we need that feature so that we can download the Meson wraps. The workaround we employed was to import certificates from the cURL project into the certificate store via OpenSSL. This is obviously an ugly workaround. But even more importantly, this workaround fails every time Chocolatey updates its OpenSSL packages. The problem here is that the old OpenSSL package installer will be removed immediately once the newer version was published, But the Chocolatey community repository may not yet have propagated the new version of this package to all of its caches. The result is that for a couple hours (or sometimes even one or two days) we always fail to install OpenSSL until the new version was propagated. Luckily though, it turns out that the workaround doesn't seem to be required anymore. Drop it to work around the intermittent failures and to clean up some now-unneeded legacy cruft. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'string-list.h')
0 files changed, 0 insertions, 0 deletions