Skip to content

Conversation

@theomonnom
Copy link
Member

@theomonnom theomonnom commented Jan 12, 2024

#134 #129 was causing issues when loading the FFI binary. This PR fixes it
Now not running the download process inside build_py (only doing it inside cibuildwheel)
Also see livekit/rust-sdks#283

@theomonnom
Copy link
Member Author

This should fix #136

# cibuildwheel is crosscompiling to arm64 on macos, make sure we download the
# right binary (kind of a hack here...)
if os.environ.get("CIBUILDWHEEL") == "1" and "arm64" in os.environ.get(
"ARCHFLAGS", ""
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code moved inside the rust-sdks for simplicity

@theomonnom theomonnom merged commit 9bc261f into main Jan 12, 2024
@theomonnom theomonnom deleted the theo/fix-builds branch January 12, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants