We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152c894 commit d49c094Copy full SHA for d49c094
mkosi.images/system/mkosi.postinst.chroot
@@ -56,10 +56,6 @@ systemd-repart \
56
"$OUTPUTDIR/keydev.raw"
57
58
can_test_pkcs11() {
59
- if [[ "$DISTRIBUTION" == "opensuse" ]]; then
60
- echo "softhsm is broken on opensuse (https://bugzilla.opensuse.org/show_bug.cgi?id=1224356), skipping the PKCS#11 test" >&2
61
- return 1
62
- fi
63
if ! command -v "softhsm2-util" >/dev/null; then
64
echo "softhsm2-util not available, skipping the PKCS#11 test" >&2
65
return 1
0 commit comments