1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 22:46:44 +01:00
Commit graph

6 commits

Author SHA1 Message Date
Fabrice Drouin
a35a972081
Build against Java 21 (#2929)
* Update kamon and kanela-agent

Previous version was not compatible with JDK21, see https://github.com/kamon-io/kanela/issues/150.

* Add and configure maven wrapper to use maven 3.9.9

This will make it easier to control which version of maven is used to build eclair, which in turns makes deterministic builds easier, as well as using recent compiler options (to target newer JDKs for example).
For example, even recent versions of Github runner images use an old version of maven and there is no easy way to upgrade.

* Update Dockerfile

We now use multiarch (amd64/arm64) base images.

* Run CI tests with JDK21

* Update doc to recommend Adoptium OpenJDK21

* Target Java 21

Eclair now targets Java 21 and will require a compatible Java Runtime Environment.
It will no longer work on JRE 11 and JRE 17.
2025-01-07 15:56:32 +01:00
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