Skip to content

Commit

Permalink
Disable HW optimizations on ppc64le
Browse files Browse the repository at this point in the history
Apparently since openssl 3.0.2 some assembly HW optimizations are
triggeringering QEMU emulation errors. Disabling accelaration at
runtime seem to make tests pass again.

Signed-off-by: Simo Sorce <simo@redhat.com>
  • Loading branch information
simo5 committed May 13, 2022
1 parent 1e5c385 commit 60fc7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ skip_missing_interpreters = true
[testenv]
setenv =
PYTHONPATH = {envsitepackagesdir}
OPENSSL_ppccap = 0x0
deps =
pytest
coverage
Expand Down

0 comments on commit 60fc7ee

Please sign in to comment.