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

build: refactor and decouple pkg builds from main build #742

Merged
merged 8 commits into from
Nov 11, 2024

Conversation

ripperi
Copy link
Contributor

@ripperi ripperi commented Nov 8, 2024

This refactor decouples the build phases of the Vere submodules (c3, ent, ur, noun, and vere) from the main Urbit binary Zig build by moving them into separate Zig builds within each respective pkg directory.

This change is intended to resolve certain Zig cache issues where the linker fails to locate newly added symbols in submodules when these symbols are used in dependent modules.

@ripperi ripperi requested a review from a team as a code owner November 8, 2024 17:01
@ripperi ripperi force-pushed the ripa/split-build branch 2 times, most recently from 2a43ff7 to 2a3db33 Compare November 11, 2024 11:46
@pkova pkova merged commit ad825d5 into develop Nov 11, 2024
2 checks passed
@pkova pkova deleted the ripa/split-build branch November 11, 2024 12:01
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.

2 participants