mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
Upgrade opensc version in workflows.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
d708158fea
commit
d3751e3918
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ RUN pip3 install pytest pycvc cryptography pyscard base58
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN git clone https://github.com/OpenSC/OpenSC
|
RUN git clone https://github.com/OpenSC/OpenSC
|
||||||
WORKDIR /OpenSC
|
WORKDIR /OpenSC
|
||||||
RUN git checkout tags/0.23.0
|
RUN git checkout tags/0.25.1
|
||||||
RUN ./bootstrap
|
RUN ./bootstrap
|
||||||
RUN ./configure --enable-openssl
|
RUN ./configure --enable-openssl
|
||||||
RUN make -j `nproc`
|
RUN make -j `nproc`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue