Skip to content
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

test windows builds with shared libs enabled #1000

Merged
merged 3 commits into from
Feb 28, 2024

Conversation

busterb
Copy link
Contributor

@busterb busterb commented Feb 13, 2024

Noticed a failure in appveyor with shared libs enabled, do the same in workflows

@@ -13,7 +13,7 @@ concurrency:

jobs:
test:
name: "${{ matrix.os }}/${{ matrix.arch }} (${{ matrix.generator }})"
name: "${{ matrix.os }}/${{ matrix.arch }}/shared ${{ matrix.shared }} (${{ matrix.generator }})"
Copy link
Member

Choose a reason for hiding this comment

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

I think formatting this as windows-2022/ARM64 (Visual Studio 17 2022, shared)/windows-2019/Win32 (Visual Studio 16 2019 could make it easier to understand. Maybe something like this would work?

Suggested change
name: "${{ matrix.os }}/${{ matrix.arch }}/shared ${{ matrix.shared }} (${{ matrix.generator }})"
name: "${{ matrix.os }}/${{ matrix.arch }} (${{ matrix.generator }}${{ matrix.shared == 'ON' && ', shared' || '' }})"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, let's give it a try.

@busterb busterb merged commit d3ce4a7 into libressl:master Feb 28, 2024
41 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