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

libwebrtc binaries for github actions #170

Open
rxdu opened this issue Nov 6, 2023 · 1 comment
Open

libwebrtc binaries for github actions #170

rxdu opened this issue Nov 6, 2023 · 1 comment

Comments

@rxdu
Copy link

rxdu commented Nov 6, 2023

Hi, it looks like the current 3.4.0 branch cannot build properly, I get the error:

libmediasoupclient/deps/libsdptransform/test/include/catch.hpp:10717:58: error: call to non-‘constexpr’ function ‘long int sysconf(int)’
10717 | static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ;

What I'm more concerned about is actually not the error itself. It can be easily fixed by updating the libsdptransform. What I would like to check is whether you have any preferred way to build and pack the libwebrtc binaries so that it's possible to set up GitHub actions for the C++ client library. It would be helpful to make sure the c++ library can always build.

@jmillan
Copy link
Member

jmillan commented Nov 6, 2023

As of today we don't have a way to build the libwebrtc binaries to do so. PR is welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants