-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Releases for runtime #846
Releases for runtime #846
Conversation
These builds give unstable binaries on macOS. Seems like they crash on C++ exceptions, even when they are handled. Looks similar to the bug addressed in sqldef/sqldef#272 Issues to track in Zig:
Proposed quick fix: Don't use Zig for macOS builds just yet. But Zig still looks promising, so we can move back when the above issues are resolved. |
Sorry for just dropping a message out-of-the-blue, but I followed a linked conversation by @motiejus, the MachO linker in Zig since a week or so can now handle C++ exceptions (or unwind info in general): ziglang/zig#14397. ziglang/zig#11422 is still an open issue due to Zig compiling and linking statically |
Thank you @kubkon, that's awesome! |
* Include Rill SQL in runtime binary * Cross-platform runtime build * Fix binary extension for windows * Fix typo in windows binary extension * Run runtime builds on macos * Fix bad path in runtime release ci * Move darwin builds off Zig * Use runtime service account
No description provided.