You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand the problem. In the CMakeLists.txt, jrtplib_test_feature only checks if it compiles, not that it runs.
Is the problem that your program does compile, but that it can't create an RTPSession because there's no user? In that case, either set the LOGNAME environment variable, or force the entire CNAME using the session parameters.
jrtplib_test_feature(getloginrtest RTP_SUPPORT_GETLOGINR FALSE "// Not using getlogin_r" "${TESTDEFS}")
fails
getloginrtest.cpp compiles on docker, but won't run on docker, because there's no user
I even tried setting an user, but it won't work
The text was updated successfully, but these errors were encountered: