1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-13 11:35:47 +01:00
Commit graph

5 commits

Author SHA1 Message Date
Fabrice Drouin
d726ca19fc
Update CI test with latest bitcoin core (switch from autotools to cmake) (#2906)
* Update CI test with latest bitcoin core (switch from autotools to cmake)

bitcoin core now uses cmake instead of autotools.
CI test is triggered by a cron job but can now also be triggered manually.
2024-09-10 16:42:11 +02:00
Bastien Teinturier
d76d0f6591
Fix build (#2543)
Fix the tests on `master` and update github actions.
2022-12-29 10:22:10 +01:00
Bastien Teinturier
2872d876d0
Fix latest bitcoin build (#2218)
Update build dependencies to match bitcoind master.
2022-03-29 10:42:14 +02:00
arjundashrath
dbd9e38b5d
Add explicit github permissions to bitcoin core build (#2200)
The workflow that tests eclair against bitcoin's master branch
doesn't need more permissions than reading the repository's
code and building it.
2022-03-25 11:43:34 +01:00
Bastien Teinturier
ec132810a5
Add nightly build with bitcoind master (#2027)
We should regularly run against bitcoind master, to detect if a change to
bitcoind is affecting us.

This will let us detect changes that may break lightning before bitcoind
releases them, giving us a chance to rectify it.

We really don't want to run this workflow for every pull request or every
merge to master, we instead run it twice per week, which should give
us enough time to detect dangerous changes.
2021-12-15 17:13:57 +01:00