fix: lib secp256k fails building (#2572)
Co-authored-by: michael1011 <me@michael1011.at>
This commit is contained in:
@@ -43,6 +43,10 @@ jobs:
|
|||||||
pypi:
|
pypi:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dependencies for building secp256k1
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y build-essential automake libtool libffi-dev libgmp-dev
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build and publish to pypi
|
- name: Build and publish to pypi
|
||||||
uses: JRubics/poetry-publish@v1.15
|
uses: JRubics/poetry-publish@v1.15
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ FROM python:3.10-slim-bookworm
|
|||||||
|
|
||||||
RUN apt-get clean
|
RUN apt-get clean
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y curl pkg-config build-essential libnss-myhostname
|
RUN apt-get install -y curl pkg-config build-essential libnss-myhostname automake libtool libffi-dev libgmp-dev
|
||||||
|
|
||||||
RUN curl -sSL https://install.python-poetry.org | python3 -
|
RUN curl -sSL https://install.python-poetry.org | python3 -
|
||||||
ENV PATH="/root/.local/bin:$PATH"
|
ENV PATH="/root/.local/bin:$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user