forked from github-such-software/hash-wallet
Windows CI: fetch prebuilt path-dep plugins before pub get #28
Reference in New Issue
Block a user
Delete Branch "github-such-software/hash-wallet:dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After
tool/generate_pubspec.dartrewrites pubspec.yaml with path-depson torch_dart / reown_flutter / bitbox_flutter, the subsequent pub get
fails if any of those directories is missing. Mirror the Android + iOS
workflows' approach: fetch the prebuilt tarballs (torch_dart,
reown_flutter), clone bitbox_flutter at the pinned commit, and pull the
monero_c release-bundle.zip before the configure step.
Also added an inspection step that prints the Windows-ish subdirs in the
monero_c bundle. We need x86_64-w64-mingw32 or x86_64-pc-windows-msvc
DLLs in there for the cw_monero / cw_wownero plugins to link against
later. The inspector output tells us what's actually shipped so we can
decide if a) we use them directly, b) we need to cross-compile on the
Linux runner first, or c) skip those wallets on Windows.
Issue Number (if Applicable): Fixes #
Description
Please include a summary of the changes and which issue is fixed / feature is added.
Pull Request - Checklist