docker/windows: remove workaround to fetch github's cert
looks like it might not be needed anymore Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/414>
This commit is contained in:
parent
0d193db618
commit
d94c24b390
@ -1,10 +1,5 @@
|
|||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
|
||||||
|
|
||||||
# FIXME: Python fails to validate github.com SSL certificate, unless we first
|
|
||||||
# run a dummy download to force refreshing Windows' CA database.
|
|
||||||
# See: https://bugs.python.org/issue36137
|
|
||||||
(New-Object System.Net.WebClient).DownloadString("https://github.com") >$null
|
|
||||||
|
|
||||||
# Download gst-build and all its subprojects
|
# Download gst-build and all its subprojects
|
||||||
# git clone -b $env:DEFAULT_BRANCH https://gitlab.freedesktop.org/gstreamer/gst-build.git C:\gst-build
|
# git clone -b $env:DEFAULT_BRANCH https://gitlab.freedesktop.org/gstreamer/gst-build.git C:\gst-build
|
||||||
# FIXME: need 1.19+ for cairo subproject :/
|
# FIXME: need 1.19+ for cairo subproject :/
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;
|
||||||
|
|
||||||
# FIXME: Python fails to validate github.com SSL certificate, unless we first
|
|
||||||
# run a dummy download to force refreshing Windows' CA database.
|
|
||||||
# See: https://bugs.python.org/issue36137
|
|
||||||
(New-Object System.Net.WebClient).DownloadString("https://github.com") >$null
|
|
||||||
|
|
||||||
# Download gst-build and all its subprojects
|
# Download gst-build and all its subprojects
|
||||||
git clone -b $env:DEFAULT_BRANCH https://gitlab.freedesktop.org/gstreamer/gst-build.git C:\gst-build
|
git clone -b $env:DEFAULT_BRANCH https://gitlab.freedesktop.org/gstreamer/gst-build.git C:\gst-build
|
||||||
if (!$?) {
|
if (!$?) {
|
||||||
|
@ -27,7 +27,7 @@ variables:
|
|||||||
MANIFEST_TAG: '2020-10-22.0'
|
MANIFEST_TAG: '2020-10-22.0'
|
||||||
TEST_MANIFEST_TAG: '2020-10-22.0'
|
TEST_MANIFEST_TAG: '2020-10-22.0'
|
||||||
INDENT_TAG: '2020-10-22.0'
|
INDENT_TAG: '2020-10-22.0'
|
||||||
WINDOWS_TAG: "2021-09-08.0"
|
WINDOWS_TAG: "2021-09-09.0"
|
||||||
|
|
||||||
GST_UPSTREAM_REPO: 'gstreamer/gst-ci'
|
GST_UPSTREAM_REPO: 'gstreamer/gst-ci'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user