@@ -20,16 +20,17 @@ jobs:
20
20
# Note this is a different endpoint, as we need one non-upstream commit!
21
21
# git clone https://git.bitcoin.ninja/rust-lightning
22
22
# 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
24
25
cd rust-lightning
25
26
# git checkout origin/2021-03-java-bindings-base
26
27
# git checkout v0.0.100
27
28
# git checkout 8966f8d3d4911e034621c6d3c3d20140d3a7e76a
28
29
echo "rust-lightning commit hash:"
29
30
git rev-parse HEAD
30
31
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
33
34
cd ldk-c-bindings
34
35
# git checkout 1bb5ae1b34aeb74009b7b4b5ebefc957cddc30a6
35
36
echo "ldk-c-bindings commit hash:"
91
92
echo "Sha sum: $(sha256sum swift-5.6-RELEASE-ubuntu20.04.tar.gz | awk '{ print $1 }')"
92
93
if [ "$(sha256sum swift-5.6-RELEASE-ubuntu20.04.tar.gz | awk '{ print $1 }')" != "${EXPECTED_SWIFT_SHASUM}" ]; then
93
94
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)"
95
96
exit 1
96
97
fi
97
98
tar xvvf swift-5.6-RELEASE-ubuntu20.04.tar.gz
@@ -137,7 +138,7 @@ jobs:
137
138
echo "Sha sum: $(sha256sum swift-5.6-RELEASE-ubuntu20.04.tar.gz | awk '{ print $1 }')"
138
139
if [ "$(sha256sum swift-5.6-RELEASE-ubuntu20.04.tar.gz | awk '{ print $1 }')" != "${EXPECTED_SWIFT_SHASUM}" ]; then
139
140
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)"
141
142
exit 1
142
143
fi
143
144
tar xvvf swift-5.6-RELEASE-ubuntu20.04.tar.gz
0 commit comments