Skip to content

Commit 44597fb

Browse files
committed
fix: alpine miss apnproto
set max-parallel 6
1 parent c61ce59 commit 44597fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/bitcoin_core.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
# use strategy matrix build images
1717
strategy:
18+
max-parallel: 6 # Restrict to serial execution.
1819
matrix:
1920
image:
2021
- name: 25-alpine

30/alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apk --no-cache add libtool
1717
RUN apk --no-cache add linux-headers
1818
RUN apk --no-cache add sqlite-dev
1919
RUN apk --no-cache add zeromq-dev
20+
RUN apk add --no-cache capnproto capnproto-dev
2021

2122
ENV BITCOIN_VERSION=30.0
2223
ENV BITCOIN_PREFIX=/opt/bitcoin-${BITCOIN_VERSION}

0 commit comments

Comments
 (0)