Update realm patch and build script with latest wolfssl support#210
Merged
jpbland1 merged 1 commit intowolfSSL:masterfrom Jan 15, 2025
Merged
Update realm patch and build script with latest wolfssl support#210jpbland1 merged 1 commit intowolfSSL:masterfrom
jpbland1 merged 1 commit intowolfSSL:masterfrom
Conversation
jpbland1
approved these changes
Jan 15, 2025
Contributor
jpbland1
left a comment
There was a problem hiding this comment.
Been using it, works great
Contributor
Author
|
Awesome. Thanks for the merge! As noted in #228, I have additional changes coming soon for Visual Studio that will build on this PR. Latest code is at https://github.com/gojimmypi/osp/tree/dev and will be consolidated in the pr-realm-vs2022 branch. New PR soon after more testing. See realm/lib/osp_test.bat and realm/build_wolfssl_with_realm.sh |
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.
The PR updates the existing
realm-commit-a5e87a39.patchfile with my dev-consolidated changes (a pseudo commit-squash), with my actual development branch on my realm-core/tree/dev, improving wolfSSL integration with the realm-core repository.The update to
realm-coreis still a patch file here and applied in thebuild_wolfssl_with_realm.shscript, pending merge of wolfSSL changes at that repository.Changes are consistently applied from the upstream
a5e87a39commit at this time. Sync to upstream master is planned.Also included are some of the initial changes for Windows / Visual Studio build support. See also my osp dev branch that contains WIP realm/VS2022 updates, not included in this PR.
The
build_wolfssl_with_realm.shis also updated with many changes including additional parameterized settings, output status verbosity, a new-uoption to default to user-specific fork clones & naming, error checking, and more.~/wolfssl-install-dirdirectory.See
WOLFSSL_INSTALL_DIR="$HOME/wolfssl-install-dir"setting inbuild_wolfssl_with_realm.shscript and adjust as needed.