mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Remove the lightning-transaction-sync
MSRV
Apparently it has dependencies that don't track an MSRV at all, so we can't practically enforce one in CI.
This commit is contained in:
parent
bb0f696466
commit
0fc5a3ae0f
1 changed files with 1 additions and 8 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -15,9 +15,7 @@ jobs:
|
|||
# 1.45.2 is MSRV for lightning-net-tokio, lightning-block-sync, lightning-background-processor
|
||||
1.45.2,
|
||||
# 1.47.0 will be the MSRV for no-std builds using hashbrown once core2 is updated
|
||||
1.47.0,
|
||||
# 1.59.0 is the MSRV for lightning-transaction-sync
|
||||
1.59.0]
|
||||
1.47.0]
|
||||
include:
|
||||
- toolchain: stable
|
||||
build-net-tokio: true
|
||||
|
@ -73,11 +71,6 @@ jobs:
|
|||
build-futures: true
|
||||
build-no-std: true
|
||||
build-tx-sync: false
|
||||
- toolchain: 1.59.0
|
||||
build-net-tokio: false
|
||||
build-no-std: false
|
||||
build-futures: false
|
||||
build-tx-sync: true
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
|
|
Loading…
Add table
Reference in a new issue