#1121071 nim-hts: please make the build reproducible

#1121071#5
Date:
2025-11-20 14:52:01 UTC
From:
To:
Hi,

Whilst working on the Reproducible Builds effort [0], we noticed that
nim-hts could not be built reproducibly.

This was because it ships a different binary package depending
on whether the tests are run or not. Specifically, the testsuite
generated two files (HG02002.bam.csi & sample.fa.fai) that ended
up in the .deb.

A patch is attached that deletes these files immediately after
running the tests.

 [0] https://reproducible-builds.org/


Regards,