Skip to content

Unbreak windows CI #1009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Conversation

JelteF
Copy link
Member

@JelteF JelteF commented Jan 16, 2024

Windows CI was broken due to two things:

  1. Static linking to OpenSSL causes ./configure to fail
  2. The test_hba_leak test was failing

This fixes these issues, but SSL tests are now broken on Windows.
Fixing that is left for a future PR by disabling SSL tests for for now.
This way we at least don't introduce other breakages in the mean
time (like number 2).

@JelteF JelteF force-pushed the fix-windows-ci-attempt-2 branch 2 times, most recently from 0e872db to 94fff2a Compare January 23, 2024 15:22
Windows CI was broken due to two things:
1. Static linking to OpenSSL causes `./configure` to fail
2. The `test_hba_leak` test was failing

This fixes these issues, but it OpenSSL tests are now broken on Windows.
Fixing that is left for a future PR; but for now this fixes CI so we don't
introduce other breakages in the mean time (like number 2).
@JelteF JelteF force-pushed the fix-windows-ci-attempt-2 branch from 94fff2a to fdf5d3e Compare January 23, 2024 15:27
@JelteF JelteF merged commit f1a4665 into pgbouncer:master Jan 24, 2024
@JelteF JelteF deleted the fix-windows-ci-attempt-2 branch January 24, 2024 12:27
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.

1 participant