Skip to content

Commit ce45a62

Browse files
committed
use Matt's custom bindings branch
1 parent 3c317b4 commit ce45a62

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/swift.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,17 @@ jobs:
2020
# Note this is a different endpoint, as we need one non-upstream commit!
2121
# git clone https://git.bitcoin.ninja/rust-lightning
2222
# git clone https://github.com/TheBlueMatt/rust-lightning
23-
git clone --branch 2021-03-java-bindings-base https://github.com/TheBlueMatt/rust-lightning
23+
# git clone --branch 2021-03-java-bindings-base https://github.com/TheBlueMatt/rust-lightning
24+
git clone --branch 2022-05-107-bindings-scratch https://github.com/TheBlueMatt/rust-lightning
2425
cd rust-lightning
2526
# git checkout origin/2021-03-java-bindings-base
2627
# git checkout v0.0.100
2728
# git checkout 8966f8d3d4911e034621c6d3c3d20140d3a7e76a
2829
echo "rust-lightning commit hash:"
2930
git rev-parse HEAD
3031
cd ..
31-
git clone https://github.com/lightningdevkit/ldk-c-bindings
32-
# git clone https://github.com/TheBlueMatt/ldk-c-bindings
32+
# git clone https://github.com/lightningdevkit/ldk-c-bindings
33+
git clone https://github.com/TheBlueMatt/ldk-c-bindings
3334
cd ldk-c-bindings
3435
# git checkout 1bb5ae1b34aeb74009b7b4b5ebefc957cddc30a6
3536
echo "ldk-c-bindings commit hash:"
@@ -91,7 +92,7 @@ jobs:
9192
echo "Sha sum: $(sha256sum swift-5.6-RELEASE-ubuntu20.04.tar.gz | awk '{ print $1 }')"
9293
if [ "$(sha256sum swift-5.6-RELEASE-ubuntu20.04.tar.gz | awk '{ print $1 }')" != "${EXPECTED_SWIFT_SHASUM}" ]; then
9394
echo "Bad hash"
94-
echo "Contents: \n$(cat swift-5.6-RELEASE-ubuntu20.04.tar.gz)"
95+
echo "Contents: \n$(cat swift-5.6-RELEASE-ubuntu20.04.tar.gz)"
9596
exit 1
9697
fi
9798
tar xvvf swift-5.6-RELEASE-ubuntu20.04.tar.gz
@@ -137,7 +138,7 @@ jobs:
137138
echo "Sha sum: $(sha256sum swift-5.6-RELEASE-ubuntu20.04.tar.gz | awk '{ print $1 }')"
138139
if [ "$(sha256sum swift-5.6-RELEASE-ubuntu20.04.tar.gz | awk '{ print $1 }')" != "${EXPECTED_SWIFT_SHASUM}" ]; then
139140
echo "Bad hash"
140-
echo "Contents: \n$(cat swift-5.6-RELEASE-ubuntu20.04.tar.gz)"
141+
echo "Contents: \n$(cat swift-5.6-RELEASE-ubuntu20.04.tar.gz)"
141142
exit 1
142143
fi
143144
tar xvvf swift-5.6-RELEASE-ubuntu20.04.tar.gz

0 commit comments

Comments
 (0)