Skip to content

Commit

Permalink
Merge pull request #518 from Nitrokey/patch-linux-oscrypto-build
Browse files Browse the repository at this point in the history
Patch oscrypto for linux binary
  • Loading branch information
mmerklinger authored Mar 21, 2024
2 parents 610b844 + b297b5e commit a76b1b1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cd-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,19 @@ jobs:
- name: Install required packages
run: |
apt update
apt install -y binutils gcc libpcsclite-dev libusb-1.0-0 make swig
apt install -y binutils gcc git libpcsclite-dev libusb-1.0-0 make swig
- name: Create virtual environment
run: |
python -m venv venv
. venv/bin/activate
pip install flit
flit install --symlink
- name: Patch oscrypto
run: |
. venv/bin/activate
pip uninstall -y oscrypto
: # This uses an oscrypto version to avoid issue #431
pip install "oscrypto @ git+https://github.com/wbond/oscrypto.git@1547f535001ba568b239b8797465536759c742a3"
- name: Build
run: |
. venv/bin/activate
Expand Down

0 comments on commit a76b1b1

Please sign in to comment.