-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build shared library for Apple Silicon (#51)
* aarch64 build with cargo * turn off tests for aarch64-macos * use an env var to avoid more than 2 gradle build variants * support macos_aarch64 shared library * always upload artifact after build step * fix gradle log * fix debug command on windows * use arch from rust target triple when set in gradle * fix platform + arch in shared library filename * add arch into shared lib filename for other platforms * restore conditional check for uploading artifacts * add note to README about aarch64
- Loading branch information
1 parent
844fb90
commit d662872
Showing
4 changed files
with
69 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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