El 16/4/25 a las 23:25, nick black escribió:
ok, here's what's up: `BUILD_TESTING` is defined by CTest, so
as you speculated, `notcurses-tester` is indeed being built
during the testing stage (but only when said stage is actually
run). so i think we can fix this right now by adding
`BUILD_TESTING=ON` to the cmake arguments in the configure step.
i might change this in source, might not.
seem reasonable?
I guess so. Just make sure that the package builds the same
regardless of nocheck being used or not.
Note that the package is checked as "reproducible":
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/notcurses.html
so we can probably expect the .deb to be exactly the same once you fix this.
(If not, diffoscope will tell us where it differs)
Thanks.