Skip to content

Commit

Permalink
Add apple-darwin-x64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
hhanh00 committed Apr 28, 2024
1 parent d186ef4 commit 3a2f2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
curl https://download.z.cash/downloads/sapling-spend.params --output $HOME/.zcash-params/sapling-spend.params
- name: Build Rust
run: |
rustup target add x86_64-apple-darwin
cargo b -r --target=x86_64-apple-darwin --features=dart_ffi,sqlcipher,ledger
- name: Cache rust library
uses: actions/cache/save@v3
Expand Down
1 change: 1 addition & 0 deletions build-scripts/mac/build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ curl https://download.z.cash/downloads/sapling-spend.params --output .zcash-para
cp .zcash-params/* $BUILD_DIR/assets/

rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
popd

git clone -b "$1" --depth 1 https://github.com/flutter/flutter.git flutter
Expand Down

0 comments on commit 3a2f2ba

Please sign in to comment.