Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
sporadic failure
  • Loading branch information
katrinafyi committed Dec 2, 2024
1 parent e1a299e commit 2fd8e15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions llvm-translator/retdec5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ stdenv.mkDerivation (self: {
--replace-fail "'upx'" "'${upx}'"
'';

# build first to make sure YARA_DIR has u+w permissions?
preBuild = ''
ninja yara
'';

doInstallCheck = enableTests;
installCheckPhase = ''
${python3.interpreter} "''${!outputBin}/bin/retdec-tests-runner.py"
Expand Down

0 comments on commit 2fd8e15

Please sign in to comment.