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

Rust support on macOS #567

Merged
merged 4 commits into from
May 31, 2021
Merged

Rust support on macOS #567

merged 4 commits into from
May 31, 2021

Conversation

nazar-pc
Copy link
Collaborator

This implements macOS support in Rust crates and adds macOS to CI for Rust.

What it boils down to is that on macOS there is no static version of C++ standard library available out of the box, so build.rs will download LLVM 12.0.0 tarball and will extract libc++.a + libc++abi.a and will link those into final mediasoup-sys library alongside with libmediasoup-worker itself.

worker/build.rs Show resolved Hide resolved
@ibc
Copy link
Member

ibc commented May 28, 2021

ready to merge? and if so, anything else missing? can we release and announce "support for mediasoup Rust in macOS"?

@nazar-pc
Copy link
Collaborator Author

Yes, this is ready and let's get #568 in so I can publish a proper release.

@ibc ibc merged commit cbde903 into versatica:v3 May 31, 2021
@ibc
Copy link
Member

ibc commented May 31, 2021

Released in mediasoup 3.7.7

@nazar-pc nazar-pc deleted the rust-macos-support branch June 1, 2021 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants