-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use Cargokit to replace build system/script #11
Merged
Merged
Conversation
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
helpful for stack_wallet/scripts/.../build_all.sh
for convenience sake. fix typo
git-subtree-dir: cargokit git-subtree-split: 52b225128110b29cb3b410264eed3b79487c8387
git-subtree-dir: cargokit git-subtree-split: 67cf9853b52461cbf18d76bbc6139fc9a6a5c118
…ts_updated_cargokit
52b2251 docs: comment typo e2c0fc9 chore: add !pubspec.lock to .gitignore 6df32c4 chore: update pubspec.yaml a082edc Merge pull request #12 from irondash/infer_library_name bd8a2b8 feat: infer library name from Cargo.toml 47b4637 fix typo d72e38e Merge pull request #11 from irondash/precompiled_binaries b190fdf tweaks 387e07e crate options in cargokit.yaml dfcea13 rename 78dc165 prebuilt -> precompiled (consistency) 53b65a5 main branch eb68ef4 typos c8cff46 rename 939ad37 update docs 79e527a Initial documentation e493969 Build rust library if rustup is present by default. dee4d87 Check whether homebrew Rust is in path and prompt unlinking fdddb61 hash file path for quick hash 9d2b674 fix for old bash 8f96e6d support for pod/dylib c32b456 pub get ab3e66a reformat 53c0fa7 workflow 1e5585a feat! add support for precompiling binaries 72b0271 docs: update readme 5d6e4df fix: [macos, linux] escape argument paths when calling cargo 1b37dc5 fix: [windows] escape argument paths when calling cargo dbc916e Merge pull request #7 from irondash/run_cargo_through_rustup 7d53ec6 windows 0a02600 feat: always run cargo through rustup e3c4cd9 Merge pull request #5 from bookshiyi/main ea1ee39 Change `build_android` to `build_gradle` 54ae038 fix: check for cargo fb68308 fix: misspelled environment variable names 04b95ea fix! only accept cargo from ~/.cargo 733ab74 feat! do not use ndk wrapper scripts git-subtree-dir: cargokit git-subtree-split: 52b225128110b29cb3b410264eed3b79487c8387
…ppears to be a constructor but just returns the singleton instance
62bb5c9 chore: test iOS flavor and nightly for release build (#20) fa301d5 fix: [android] specify compiler extension on windows (#22) 98f6e01 feat: allow configuring verbose mode through CARGOKIT_VERBOSE env (#21) 6d421f9 chore: add CI test for building example plugin (#17) 1f644b2 feat: add workaround for pub path resolving bug (#19) c1e8fcf fix: script argument escaping (#18) 34cc336 Merge pull request #16 from irondash/build_configuraiton_parse_ignore_flavor be425f7 fix: parsing configuration should ignore flavor 32b6720 Merge pull request #15 from irondash/fix_pod_dylib_bundle_replacement bfd4bcc fix: [pod] exception when building bundle dylib git-subtree-dir: cargokit git-subtree-split: 62bb5c9b6c9b3eca1071baf78606bc7f43632133
7 tasks
icota
approved these changes
Sep 13, 2023
Magnificent. Thanks @sneurlax! |
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.
Uses a precompiled binary, see Do not use precompiled binary for macOS cypherstack/tor#13. This will probably invalidate Publish on pub.dev #2 until usage is upgraded to use Cargokit's improved precompiled binary system