-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
zed-editor: 0.165.4 -> 0.166.1 #356757
zed-editor: 0.165.4 -> 0.166.1 #356757
Conversation
d9041bb
to
a02b2fe
Compare
a02b2fe
to
e5316ea
Compare
b5e32d7
to
12c50f9
Compare
12c50f9
to
e15ba0e
Compare
e15ba0e
to
3cbe736
Compare
v0.166.1 is out. |
fd26b71
to
af96c0e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Smoke tested on NixOS, boots to UI just fine.
9c59284
to
be4ffda
Compare
macOS is pretty much ready, checking Linux again tomorrow |
Did a smoke test with some light editing, but no collaboration. Seems to be working on NixOS unstable. Thanks for figuring out LiveKit BTW. |
I really would love to also have dynamically linked boringssl in the livekit build cause I really don't love statically linking SSL. Probably not in this PR though |
Fails on |
|
Oh interesting, I'll try to figure out what's going wrong there. Edit: Edit 2: Fortunately that appears to be a problem that was solved in the Chromium package already, where they have this patch: nixpkgs/pkgs/applications/networking/browsers/chromium/common.nix Lines 638 to 642 in d3c42f1
|
bfb07f1
to
c5d3900
Compare
|
Co-authored-by: Niklas Korz <niklas@niklaskorz.de>
c5d3900
to
e1a0224
Compare
Overall I think this is ready. There are some more improvements that could be done to the updateScript of livekit-webrtc (currently it works directly on the branch name while it should fetch the latest commit rev of the m114 branch instead and pass that to gclient2nix), and I'm also not entirely sure about the I also again want to emphasize the amount of work @WeetHet contributed, without who this would not have been possible. :) |
Well done guys ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
As zed-industries/zed#21550 has finally been merged, we can prepare for one of the next releases making use of the Livekit Rust SDK for macOS and Linux, instead of just the Livekit Swift SDK for macOS.
This PR provides the necessary work to build the Livekit Rust SDK for Zed.
The from-source built of WebRTC itself, which is required by Livekit, has been implemented by @WeetHet, with some feedback and fixes from my side (the commit log reflects this, where I specified @WeetHet as the main author of the WebRTC commit, with me as co-author). Thank you!
Note: Screensharing and audio recording is currently disabled on Linux. This is an upstream limitation that also exists in the official Zed distributions. You can receive audio and screensharings shared by macOS users though.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.