-
- Downloads
disable tests to fix FTBFS problems in reproducible builds
the problem was with "future" tests that were triggering the expired keys detection. the proper fix is to replace the tested keys with keys that do not expire but exhibit the same problems. this is hard because it's not always clear why the keys are there. an alternative would be to generate those keys on the fly, but this has similar problems: we would have trouble generating fake keys that exhibit the same problematic behavior. a key example is Zack's key, which is fairly large... we would need to generate a similar key, but also cross-signatures. it's a non-trivial problem, so let's just live with future failing tests, unfortunately.
Loading
Please register or sign in to comment