Skip to content

Install OpenSSL on all CI jobs for wss:// support - #13

Merged
viacheslauK merged 3 commits into
tlsfrom
tls-install-openssl
Jul 23, 2026
Merged

Install OpenSSL on all CI jobs for wss:// support #13
viacheslauK merged 3 commits into
tlsfrom
tls-install-openssl

Conversation

@alexadereyko

@alexadereyko alexadereyko commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Brief

Wire the downstream CI to build the new TLS (wss://) support across the matrix by providing OpenSSL on every platform, and fix a clang build error.

Description

  • Moved the downstream CI to the reusable workflow @v2, which added per-job CMake cache variables (not yet available in v1).
  • Added OpenSSL to the list of installed packages: libssl-dev on Linux x86_64, libssl-dev:i386 on 32-bit Linux, and vcpkg install openssl:x86-windows on Windows x86.
  • Fixed an assignment inside an if condition that clang treated as an error (-Werror,-Wparentheses) in websocket_streaming_client_module_impl.cpp.

@alexadereyko alexadereyko self-assigned this Jul 23, 2026
@alexadereyko alexadereyko changed the title Move to resuable@v2 in order to setup openssl dependency Install OpenSSL on all CI jobs for wss:// support Jul 23, 2026
@alexadereyko
alexadereyko requested a review from viacheslauK July 23, 2026 10:49
@alexadereyko
alexadereyko marked this pull request as ready for review July 23, 2026 10:50

@viacheslauK viacheslauK left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@viacheslauK
viacheslauK merged commit 21b9445 into tls Jul 23, 2026
15 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants