Skip to content

Commit 2ed7f0f

Browse files
chore: fix build scripts
1 parent a514e60 commit 2ed7f0f

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

scripts/generate-linux.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ${PYBIN}/python --version
1010
${PYBIN}/pip install -r requirements.txt
1111

1212
cd ./bdk-ffi/bdk-ffi/
13-
git checkout v1.2.0
1413

1514
rustup default 1.84.1
1615

scripts/generate-macos-arm64.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ python3 --version
1010
pip install -r requirements.txt
1111

1212
cd ./bdk-ffi/bdk-ffi/
13-
git checkout v1.2.0
1413

1514
rustup default 1.84.1
1615
rustup target add aarch64-apple-darwin

scripts/generate-macos-x86_64.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ python3 --version
1010
pip install -r requirements.txt
1111

1212
cd ./bdk-ffi/bdk-ffi/
13-
git checkout v1.2.0
1413

1514
rustup default 1.84.1
1615
rustup target add x86_64-apple-darwin

scripts/generate-windows.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ python3 --version
1010
pip install -r requirements.txt
1111

1212
cd ./bdk-ffi/bdk-ffi/
13-
git checkout v1.2.0
1413

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

0 commit comments

Comments
 (0)