Skip to content

Commit

Permalink
removed softhsm from build
Browse files Browse the repository at this point in the history
  • Loading branch information
msetina committed Apr 4, 2024
1 parent 348403c commit 541acd8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ jobs:
with:
python-version: ${{ env.MAIN_PYTHON_VERSION }}
- name: Install build tools
run: pip install --upgrade build setuptools pip wheel swig softhsm2
- name: Prep softhsm
run: |
sudo chmod -R a+rx /etc/softhsm
sudo chmod a+r /etc/softhsm/softhsm2.conf
sudo chown -R $(whoami) /var/lib/softhsm
softhsm2-util --init-token --slot 0 --label "A token" --pin 1234 --so-pin 123456
run: pip install --upgrade build setuptools pip wheel swig
- name: Build release artifacts
run: python -m build
- name: Record release artifact hashes
Expand Down

0 comments on commit 541acd8

Please sign in to comment.