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

feat: Add Nix build #11

Merged
merged 2 commits into from
Mar 11, 2025
Merged

feat: Add Nix build #11

merged 2 commits into from
Mar 11, 2025

Conversation

samuelburnham
Copy link
Member

@samuelburnham samuelburnham commented Mar 7, 2025

  • Nix flake for building and running Blake3.lean tests with C FFI
  • Exports the Blake3 C static library for linking in downstream Lean package, as the buildLeanPackage function doesn't include static libraries in its built output (described further in Static libraries aren't linked in built Lean package lean4-nix#8)
  • CI job to run tests via Nix

Note

This PR updates the CI job names, so the corresponding names of the required status checks will have to be updated before merge.

@samuelburnham samuelburnham force-pushed the nix-flake branch 2 times, most recently from d64e032 to f3f5140 Compare March 10, 2025 21:16
@samuelburnham samuelburnham marked this pull request as ready for review March 10, 2025 21:18
@samuelburnham samuelburnham merged commit b996cd9 into main Mar 11, 2025
4 checks passed
@samuelburnham samuelburnham deleted the nix-flake branch March 11, 2025 01:26
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.

None yet

2 participants