Skip to content

testing/ghidra: remove precompiled 7zip libs

Ghidra includes native 7zip libs for Windows, Mac and Linux+glibc for x86_64, but falls back to using sevenzipjbinding-all-platforms-16.02-2.01.jar if none of them work. With musl, none of them works anyway, so we just drop them.

void linux does the same 1.

Merge request reports