feat: add Nanvix cross-compilation infrastructure for rapidfuzz C++ extensions#1
Open
ppenna wants to merge 1 commit into
Open
feat: add Nanvix cross-compilation infrastructure for rapidfuzz C++ extensions#1ppenna wants to merge 1 commit into
ppenna wants to merge 1 commit into
Conversation
c51d5ea to
202fa0c
Compare
…xtensions Add build scripts, CI workflow, and zutils integration for cross-compiling rapidfuzz's C++ extension modules to i686-nanvix static libraries. nanvix-port/build-nanvix.sh: - Cross-compiles rapidfuzz C++ sources (fuzz, distance metrics, utils) - Produces dist/librapidfuzz.a - Uses i686-nanvix-g++ from Docker toolchain .nanvix/: - nanvix.toml: package metadata pinned to v3.14.5 - z.py: build script with setup/build/test/release/clean commands .github/workflows/nanvix-ci.yml: - Reusable workflow integration with nanvix/workflows - Scheduled + push/PR triggers on nanvix/** branches z, z.sh: - Standard zutils entry points (bootstrap nanvix-zutil v0.8.2) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
202fa0c to
7a893b7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add build scripts, CI workflow, and zutils integration for cross-compiling rapidfuzz C++ extension modules to i686-nanvix static libraries.
Contents
z,z.sh: Standard zutils entry points (v0.8.2).nanvix/nanvix.toml: Package metadata pinned to v3.14.5.nanvix/z.py: Build script (setup/build/test/release/clean).github/workflows/nanvix-ci.yml: Reusable workflow integrationnanvix-port/build-nanvix.sh: Cross-compilation scriptRelated PRs