mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-10 20:56:29 +00:00
4ba9fe3a8c
This fixes a build error in test_build_static_site.t. It's been masked by a lot of ENOMEM issues I've been having in the full build, so a few failures had actually had a chance to accrue: - Fixes an issue wherein loading the sourcecred/example-git repo would error (on failure to normalize scores, because there was no user activity). Fixed it pretty crudely by adding an issue to that repository. - Fixes an issue where a deprecation warning caused the build_static_site build to fail. We now permit that particular warning. - Updates the example load snapshot. Test plan: `yarn test --full` passes once again.