Skip to content

remove openvpn master from CI test#10309

Open
JacobBarthelmeh wants to merge 1 commit intowolfSSL:masterfrom
JacobBarthelmeh:openvpn
Open

remove openvpn master from CI test#10309
JacobBarthelmeh wants to merge 1 commit intowolfSSL:masterfrom
JacobBarthelmeh:openvpn

Conversation

@JacobBarthelmeh
Copy link
Copy Markdown
Contributor

Testing against master branch of openvpn seems unstable for CI tests. Latest issues is:

ssl_openssl.c: In function ‘cert_verify_callback’:
ssl_openssl.c:321:5: warning: implicit declaration of function ‘X509_STORE_CTX_set0_crls’; did you mean ‘X509_STORE_CTX_get0_cert’? [-Wimplicit-function-declaration]
  321 |     X509_STORE_CTX_set0_crls(ctx, session->opt->ssl_ctx->crls);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
      |     X509_STORE_CTX_get0_cert
  CCLD     openvpn
/usr/bin/ld: ssl_openssl.o: in function `cert_verify_callback':

@JacobBarthelmeh JacobBarthelmeh self-assigned this Apr 24, 2026
Copilot AI review requested due to automatic review settings April 24, 2026 22:57
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Removes testing OpenVPN against the upstream master branch in CI to avoid instability from OpenVPN’s changing dependencies/APIs, while keeping coverage on the OpenVPN 2.6 release line.

Changes:

  • Drop master from the OpenVPN build/test matrix.
  • Continue testing against release/2.6 and v2.6.19.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/openvpn.yml
@github-actions
Copy link
Copy Markdown

MemBrowse Memory Report

No memory changes detected for:

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