From 2f750878303e9efb5772c32205e50724984db28f Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 11 May 2023 19:23:50 +0300 Subject: [PATCH] ci: add openssl into the windows-image Useful to build a couple of plugins, including dtls. Related to gstreamer/gst-plugins-rs#346 Originally gstreamer/gstreamer!4607 but can't be merged yet due to x86 issue. Part-of: --- ci/images_template.yml | 2 +- ci/windows-docker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/images_template.yml b/ci/images_template.yml index 81a6f0429..08ad94ef7 100644 --- a/ci/images_template.yml +++ b/ci/images_template.yml @@ -1,4 +1,4 @@ variables: - GST_RS_IMG_TAG: "2023-04-20.0" + GST_RS_IMG_TAG: "2023-05-11.0" GST_RS_STABLE: "1.69.0" GST_RS_MSRV: "1.66.0" diff --git a/ci/windows-docker/Dockerfile b/ci/windows-docker/Dockerfile index af4b1c7c1..b7d2b03d6 100644 --- a/ci/windows-docker/Dockerfile +++ b/ci/windows-docker/Dockerfile @@ -9,7 +9,7 @@ SHELL ["powershell","-NoLogo", "-NonInteractive", "-Command"] ARG DEFAULT_BRANCH="main" ARG RUST_VERSION="invalid" -RUN choco install -y pkgconfiglite nasm llvm +RUN choco install -y pkgconfiglite nasm llvm openssl # https://stackoverflow.com/a/50716450 RUN setx PATH '%PATH%;C:\Program Files\NASM;C:\gst-install\bin'