Open
Description
Is the file build/StarcoinFramework/BuildInfo.yaml
necessary? It will lower the develop efficiency because that once a PR is merged, all the other PRs have to rebase the main branch manually and run ./scripts/build.sh
to update the file even if no conflicts in sources
files.
If we remove build/StarcoinFramework/BuildInfo.yaml
, then the PRs having no conflicts can be merged automaticlly.
Activity