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

Also build on windows #166

Merged
merged 1 commit into from
Feb 2, 2021
Merged

Also build on windows #166

merged 1 commit into from
Feb 2, 2021

Conversation

normanmaurer
Copy link
Member

Motivation:

We should also build on windows our native bits.

Modifications:

Add jobs to build on windows

Result:

Verify we can build on windows

@normanmaurer normanmaurer force-pushed the windows branch 5 times, most recently from d013d9c to 212f325 Compare February 2, 2021 15:49
Motivation:

We should also build on windows our native bits.

Modifications:

- Add jobs to build on windows
- Adjust build config to support windows

Result:

Verify we can build on windows
Copy link
Contributor

@hyperxpro hyperxpro left a comment

Choose a reason for hiding this comment

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

Although this PR is merged, we can do this in future PR.

<AdditionalDependencies>ws2_32.lib;crypt32.lib;userenv.lib;@BORINGSSL_LIB_DIR@\@SSL_LIB@;@BORINGSSL_LIB_DIR@\@CRYPTO_LIB@;@QUICHE_LIB_DIR@\@QUICHE_LIB@;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
</Project>
Copy link
Contributor

@hyperxpro hyperxpro Feb 3, 2021

Choose a reason for hiding this comment

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

Empty Line

Copy link
Member Author

Choose a reason for hiding this comment

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

maybe need is a bit strong word here ... But yeah we can add one

Copy link
Contributor

Choose a reason for hiding this comment

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

Edited. :)

<customPackageDirectory>${templateDir}</customPackageDirectory>
<windowsBuildTool>msbuild</windowsBuildTool>
<windowsCustomProps>true</windowsCustomProps>
<windowsPlatformToolset>v140</windowsPlatformToolset>
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we use v142 (the latest one)?

Copy link
Member Author

Choose a reason for hiding this comment

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

Can you explain why v140 is not good enough ? I am not very into development on windows ;)

Copy link
Contributor

Choose a reason for hiding this comment

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

I always prefer the latest VS libraries to avoid conflicts in various Windows 10 releases. So v142 is the latest one right now. Just a suggestion. :D

Copy link
Member Author

Choose a reason for hiding this comment

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

will this also work on windows server 2008 for example ?

Copy link
Contributor

Choose a reason for hiding this comment

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

If correct libraries are installed then it'll.

I can test compatibility on old systems if you want,

Copy link
Member Author

Choose a reason for hiding this comment

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

that would be amazing.

Copy link
Contributor

@hyperxpro hyperxpro Feb 3, 2021

Choose a reason for hiding this comment

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

Windows Server 2008 R2 EOL January 2020. I will test on Windows Server 2012 R2 with the latest snapshot available.

Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry for the late reply. It works fine on Windows Server 2012 R2. Cheers! :D

Copy link
Member Author

Choose a reason for hiding this comment

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

if you are interested please submit a pr.

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