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

Ship libs as src and build on demand #1875

Merged
merged 13 commits into from
Aug 27, 2024
Merged

Ship libs as src and build on demand #1875

merged 13 commits into from
Aug 27, 2024

Conversation

plajjan
Copy link
Contributor

@plajjan plajjan commented Aug 27, 2024

Part of #1871

This way we can catch errors that otherwise only pop up when running
tests natively on a particular platform.
Otherwise we might suck in a uuid.h header from the system but by
specifying a target we get our own bundled libuuid (provided our
build.zig is correct etc)
I think I've seen some concurrency issues in CI. That really shouldn't
happen as actonc should already take a lock around everything.. maybe
using `acton build` (which takes a lock of its own) improves things.
Regardless, we really should strive towards calling `acton` rather than
`actonc` anyway, since that is the primary frontend.
@plajjan plajjan merged commit d9f7a78 into main Aug 27, 2024
23 checks passed
@plajjan plajjan deleted the zig-ng-build-libs branch August 27, 2024 13:17
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.

1 participant