Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: softtoken tests #153

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
softtoken tests
  • Loading branch information
robertmin1 committed Nov 10, 2022
commit 9ab8bb83da8b7c68d4fea60408bcd94b84fb5975
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ task:
- apt-get install -y curl firefox-esr
env:
CI_DISTRO: debian
CI_MAIN_MODULE: /usr/lib/firefox-esr/libsoftokn3.so
CI_BAK_MODULE: /usr/lib/firefox-esr/libsoftokn3.orig.so
CI_MAIN_MODULE: /usr/lib/firefox-esr/libnssckbi.so
CI_BAK_MODULE: /usr/lib/firefox-esr/libnssckbi.orig.so
install_script:
- curl -o pkcs11mod.tar.gz https://api.cirrus-ci.com/v1/artifact/build/$CIRRUS_BUILD_ID/Compile%20Go%20latest%20linux%20amd64/binaries/dist/pkcs11mod.tar.gz
- tar -xaf ./pkcs11mod.tar.gz
Expand Down