atf: don’t install test programs (#430775)

This commit is contained in:
Emily
2025-08-16 03:20:36 +01:00
committed by GitHub
+7
View File
@@ -53,6 +53,13 @@ stdenv.mkDerivation (finalAttrs: {
kyua
];
# Dont install the test programs for ATF itself; theyre useless
# other than as part of the `installCheckPhase`, and they contain
# nonreproducible references to the build directory.
postInstall = ''
rm -r $out/tests
'';
installCheckPhase = ''
runHook preInstallCheck
HOME=$TMPDIR PATH=$out/bin:$PATH kyua test