Revert "Remove the dependency on git ls-files from cli/build.rs (#3568)#3741
Revert "Remove the dependency on git ls-files from cli/build.rs (#3568)#3741
Conversation
|
In https://github.com/clockworklabs/SpacetimeDB/actions/runs/19641259888/job/56245061387 , I'm seeing a dirty worktree in CI. This is concerning to me; how can the worktree not be clean in our CI runner? I would also like to know if we see any alternative path to reducing or removing our usage of |
Because the CI had the audacity to build and test the quickstart-chat module before trying to build the CLI.
Agreed. Created Remove git dependency in CLI build.rs. |
Description of Changes
This reverts commit 53f692d (#3568)
That PR broke the build if any of the directories used as templates are not clean. It spammed lots of errors like:
API and ABI breaking changes
None.
Expected complexity level and risk
1
Testing
cargo buildpasses on my repo now, which it wasn't before this commit