Skip to content

Commit 6285110

Browse files
committed
build: use ubuntu 22.04 LTS
Requires us to update to latest lnproto which is now using the most up to date python-bitcoinlib, as well as updating our python lock files (which pin the grpcio deps, because of locking problems h/t @cdecker)
1 parent 3763c50 commit 6285110

File tree

5 files changed

+95
-570
lines changed

5 files changed

+95
-570
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
proto-test:
101101
name: Protocol Test Config
102-
runs-on: ubuntu-20.04
102+
runs-on: ubuntu-22.04
103103
timeout-minutes: 300
104104
needs: [smoke-test]
105105
strategy:

.gitmodules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
url = https://github.com/valyala/gheap
1717
[submodule "external/lnprototest"]
1818
path = external/lnprototest
19-
url = https://github.com/rustyrussell/lnprototest.git
19+
url = https://github.com/niftynei/lnprototest.git
20+
branch = nifty/ripemd160-fallback
2021
[submodule "external/lowdown"]
2122
path = external/lowdown
2223
url = https://github.com/kristapsdz/lowdown.git

contrib/docker/Dockerfile.ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:20.04
1+
FROM ubuntu:22.04
22
LABEL mantainer="Vincenzo Palazzo [email protected]"
33

44
WORKDIR /work

0 commit comments

Comments
 (0)