File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,19 @@ jobs:
16
16
git config --global user.name "LDK CI"
17
17
# Note this is a different endpoint, as we need one non-upstream commit!
18
18
# git clone https://git.bitcoin.ninja/rust-lightning
19
- git clone https://github.com/TheBlueMatt/rust-lightning
19
+ # git clone https://github.com/TheBlueMatt/rust-lightning
20
+ git clone --branch 2021-03-java-bindings-base https://github.com/TheBlueMatt/rust-lightning
20
21
cd rust-lightning
21
22
# git checkout origin/2021-03-java-bindings-base
22
23
# git checkout v0.0.100
23
- git checkout 8966f8d3d4911e034621c6d3c3d20140d3a7e76a
24
+ # git checkout 8966f8d3d4911e034621c6d3c3d20140d3a7e76a
24
25
echo "rust-lightning commit hash:"
25
26
git rev-parse HEAD
26
27
cd ..
27
- # git clone https://github.com/lightningdevkit/ldk-c-bindings
28
- git clone https://github.com/TheBlueMatt/ldk-c-bindings
28
+ git clone https://github.com/lightningdevkit/ldk-c-bindings
29
+ # git clone https://github.com/TheBlueMatt/ldk-c-bindings
29
30
cd ldk-c-bindings
30
- git checkout 1bb5ae1b34aeb74009b7b4b5ebefc957cddc30a6
31
+ # git checkout 1bb5ae1b34aeb74009b7b4b5ebefc957cddc30a6
31
32
echo "ldk-c-bindings commit hash:"
32
33
git rev-parse HEAD
33
34
cd ..
You can’t perform that action at this time.
0 commit comments