From b07bcde48205a57322a290bd17d36a3223c84503 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Mon, 6 Sep 2021 13:50:12 +0200 Subject: [PATCH 1/2] ci: switch Travis ARM integration test to use bitcoind --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab5c3be54..c8b69d215 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,10 +70,13 @@ jobs: script: - make itest-parallel backend=neutrino - - name: Btcd Integration ARM + - name: Bitcoind Integration ARM script: - - GOARM=7 GOARCH=arm GOOS=linux make itest-parallel + - bash ./scripts/install_bitcoind.sh + - GOARM=7 GOARCH=arm GOOS=linux make itest-parallel backend=bitcoind arch: arm64 + services: + - docker - name: Btcd Integration Windows script: From b1288ae2334e36092f7ade6e3dd939ae45c7fc15 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Fri, 3 Sep 2021 15:44:07 +0200 Subject: [PATCH 2/2] docs: update release-notes-0.14.0.md --- docs/release-notes/release-notes-0.14.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index 1f761e36c..893ac6a5f 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -187,6 +187,8 @@ you. * [Removed nested db tx](https://github.com/lightningnetwork/lnd/pull/5643) +* [Fixed wallet recovery itests on Travis ARM](https://github.com/lightningnetwork/lnd/pull/5688) + ## Database * [Ensure single writer for legacy