-
Notifications
You must be signed in to change notification settings - Fork 91
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
dev-container openssl failures when running unit tests #787
Comments
My work around is setting |
Yeah, it seems that
|
Currently @xuzhenbao, who happens to be a CLion user, is investigating #783. @rlenferink WDYT? |
@PengZheng that sounds good to me. If @xuzhenbao has some instructions I am more than willing to test them. Otherwise I'll see if I can manage with your instructions. Thanks for providing the snippet! |
With #785 and #786 applied I am able to successfully start a CLion dev container (using Jetbrains gateway) and connect via SSH to the started container (as
celixdev
user).Within CLion I then can enable the automatically detected conan-debug CMake profile and build all packages succesfully.
However, when executing
All CTest
, most of the tests (almost all) fail with the following failure message:Is this something anyone has seen before or I am missing a (Conan) configuration option somewhere?
It seems that the wrong libssl is being used, even though the Conan installed libssl is also available:
The text was updated successfully, but these errors were encountered: