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

Add staticssl dub config to link to openssl statically (linux only) #152

Merged
merged 1 commit into from
Apr 9, 2023

Conversation

skoppe
Copy link
Contributor

@skoppe skoppe commented Apr 8, 2023

dub test was failing on my pc. I tried to get it going but could only do it by going through the follow unusual sequence:

  • removing sourcePaths from the unittest config
  • run dub test, which failed
  • reintroduce sourcePaths to the unittest config
  • run dub test, which passed

It is unclear to me why this is the case, but I had to go through the hoops on every test run...


Aside from that it could perhaps use some example how to statically link on e.g. alpine. Lets first review this though.

@ikod ikod merged commit ab77855 into ikod:master Apr 9, 2023
@ikod
Copy link
Owner

ikod commented Apr 9, 2023

Thanks, @skoppe

@ikod
Copy link
Owner

ikod commented Apr 9, 2023

dub test was failing on my pc. I tried to get it going but could only do it by going through the follow unusual sequence:

* removing `sourcePaths` from the unittest config

* run `dub test`, which failed

* reintroduce `sourcePaths` to the unittest config

* run `dub test`, which passed

It is unclear to me why this is the case, but I had to go through the hoops on every test run...

Thanks!
This is something introduced recently in compiler or in dub. Will try to fix it when will have some more time.

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