mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-09-03 18:33:51 +00:00
ci: Install OpenSSL 3.5.2 specifically to work around broken 3.5.1 version
while 3.5.2 is still under moderation. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1770>
This commit is contained in:
parent
449cb51ffd
commit
f38af06ec8
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
|
||||||
ARG DEFAULT_BRANCH="invalid"
|
ARG DEFAULT_BRANCH="invalid"
|
||||||
ARG RUST_VERSION="invalid"
|
ARG RUST_VERSION="invalid"
|
||||||
|
|
||||||
RUN choco install -y pkgconfiglite nasm llvm openssl
|
RUN choco install -y pkgconfiglite nasm llvm
|
||||||
|
# Until it is out of moderation
|
||||||
|
RUN choco install -y openssl --version=3.5.2
|
||||||
|
|
||||||
# https://stackoverflow.com/a/50716450
|
# https://stackoverflow.com/a/50716450
|
||||||
RUN setx PATH '%PATH%;C:\Program Files\NASM;C:\gst-install\bin'
|
RUN setx PATH '%PATH%;C:\Program Files\NASM;C:\gst-install\bin'
|
||||||
|
|
Loading…
Reference in a new issue