From: Matt Corallo Date: Sat, 7 Aug 2021 22:03:13 +0000 (+0000) Subject: Use the 0.0.99 branch of ldk-c-bindings in CI X-Git-Tag: v0.0.99.2~3 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=310ce8982ba7a29e412ef32bb057cb0075d7fbb7 Use the 0.0.99 branch of ldk-c-bindings in CI --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18dec673..708f570e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,6 +32,8 @@ jobs: git checkout origin/2021-03-java-bindings-base cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings + cd ldk-c-bindings + git checkout 0.0.99 - name: Rebuild C bindings without STD for WASM run: | cd ldk-c-bindings @@ -148,6 +150,8 @@ jobs: git checkout origin/2021-03-java-bindings-base cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings + cd ldk-c-bindings + git checkout 0.0.99 - name: Detect current git version run: | # We assume the top commit is just a bindings update commit, so we @@ -213,13 +217,14 @@ jobs: run: | git config --global user.email "ldk-ci@example.com" git config --global user.name "LDK CI" - git clone https://github.com/rust-bitcoin/rust-lightning + # Note this is a different endpoint, as we need one non-upstream commit! + git clone https://git.bitcoin.ninja/rust-lightning cd rust-lightning - git remote add matt https://git.bitcoin.ninja/rust-lightning - git fetch matt - git merge matt/2021-03-java-bindings-base + git checkout origin/2021-03-java-bindings-base cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings + cd ldk-c-bindings + git checkout 0.0.99 - name: Rebuild C bindings with upstream clang, and check the sample app builds + links run: | cd ldk-c-bindings