feat: add limited support for FreeBSD#15439
Open
RockLakeGrass wants to merge 11 commits into
Open
Conversation
Current Status: - Pass cargo test on FreeBSD and add snapshot for FreeBSD - Add support for FreeBSD of tauri-cli - Add support for FreeBSD of tauri-bundler, enabling bundle pkg installers - Patch vite and move wrangler to optional dependency to enable `pnpm install` on FreeBSD TODO: - Test on FreeBSD AMD64 target - Add freebsd target to tauri-cli on nodejs
…eeBSD on ARM64 Change: - Add cfg to cargo-mobile related features, to pass cargo clippy - Remove patch on vite and disable `pnpm build` on FreeBSD ARM64 so maintain the integrity on other platforms - Add build of tauri-cli node bindings on FreeBSD ARM64 and AMD64
Changes: - Add README to two new cli platforms - Verified FreeBSD AMD64 compatibility
Author
|
There is a commented |
Changes: - Port tauri-driver to FreeBSD - Port updater to FreeBSD, only v2 mode is needed - Fix pkg generation behaviour - Minor fixes for FreeBSD
Contributor
Package Changes Through b1f9523There are 2 changes which include tauri-utils with patch, tauri-bundler with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
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.
Refs #12735, add support to FreeBSD
Changes:
pnpm installon FreeBSDpnpm buildon FreeBSD ARM64 so maintain the integrity on other platforms by addingvite-build.mjsLimitations:
TODO:
Disclaimer: This pull request was created with the assistance of AI tools. All changes have been manually reviewed, validated, and tested by the author. This pull request complies with the AI Tool Policy required by Tauri Team.