You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build process is very slow currently because we do a full clone of the ep-data repo.
Proposed solution
Do a shallow clone with --depth=1. This will mean changing how countries.json gets built, because that currently relies on the full git history. But we can just disable the building of countries.json for now and/or change how it works to fit with this.
Prerequisites
Moving the build steps to a shell script, #67, will make doing this much easier.
Related issues
Part of the bigger refactoring being tracked in #62.
The text was updated successfully, but these errors were encountered:
Problem
The build process is very slow currently because we do a full clone of the ep-data repo.
Proposed solution
Do a shallow clone with
--depth=1
. This will mean changing howcountries.json
gets built, because that currently relies on the full git history. But we can just disable the building ofcountries.json
for now and/or change how it works to fit with this.Prerequisites
Moving the build steps to a shell script, #67, will make doing this much easier.
Related issues
Part of the bigger refactoring being tracked in #62.
The text was updated successfully, but these errors were encountered: