Skip to content
Open
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
1 change: 0 additions & 1 deletion scripts/build-linux-x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ fi
cd ./bdk-ffi/bdk-ffi/ || exit

# Build the Rust library
rustup default 1.84.1
rustup target add $COMPILATION_TARGET
cargo build --profile release-smaller --target $COMPILATION_TARGET

Expand Down
1 change: 0 additions & 1 deletion scripts/build-macos-aarch64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ fi
cd ./bdk-ffi/bdk-ffi/ || exit

# Build the Rust library
rustup default 1.84.1
rustup target add $COMPILATION_TARGET
cargo build --profile release-smaller --target $COMPILATION_TARGET

Expand Down
1 change: 0 additions & 1 deletion scripts/build-macos-x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ fi
cd ./bdk-ffi/bdk-ffi/ || exit

# Build the Rust library
rustup default 1.84.1
rustup target add $COMPILATION_TARGET
cargo build --profile release-smaller --target $COMPILATION_TARGET

Expand Down
1 change: 0 additions & 1 deletion scripts/build-windows-x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ fi
cd ./bdk-ffi/bdk-ffi/ || exit

# Build the Rust library
rustup default 1.84.1
rustup target add $COMPILATION_TARGET
cargo build --profile release-smaller --target $COMPILATION_TARGET

Expand Down