Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[group("Repo")]
[doc("Open repo on GitHub in your default browser.")]
repo:
open https://github.com/bitcoindevkit/bdk-ffi
open https://github.com/bitcoindevkit/bdk-python/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice


[group("Build")]
[doc("Remove all caches and previous builds to start from scratch.")]
Expand Down
2 changes: 0 additions & 2 deletions scripts/generate-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ ${PYBIN}/pip install -r requirements.txt

cd ./bdk-ffi/bdk-ffi/

rustup default 1.84.1

echo "Generating native binaries..."
cargo build --profile release-smaller

Expand Down
1 change: 0 additions & 1 deletion scripts/generate-macos-arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pip install -r requirements.txt

cd ./bdk-ffi/bdk-ffi/

rustup default 1.84.1
rustup target add aarch64-apple-darwin

echo "Generating native binaries..."
Expand Down
1 change: 0 additions & 1 deletion scripts/generate-macos-x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pip install -r requirements.txt

cd ./bdk-ffi/bdk-ffi/

rustup default 1.84.1
rustup target add x86_64-apple-darwin

echo "Generating native binaries..."
Expand Down
1 change: 0 additions & 1 deletion scripts/generate-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pip install -r requirements.txt

cd ./bdk-ffi/bdk-ffi/

rustup default 1.84.1
rustup target add x86_64-pc-windows-msvc

echo "Generating native binaries..."
Expand Down
Loading