Remove submodules and unneeded files#604
Remove submodules and unneeded files#604mcarans wants to merge 4 commits intoOoliteProject:masterfrom
Conversation
Remove deprecated files
Remove remaining deps submodules and folders
|
As much as I like to make building Oolite simpler - could we delay this for a moment? Oolite builds, and even better than ever before. I love the automatic builds and this one test after that. Hence let's take decisions on the already open PRs and afterwards go for this and even more. |
|
@oocube I've looked through the current open PRs. They touch files in the src and Resources folders. This PR does not touch anything in those folders. The files removed by this PR are unused folders and contents: deps/ and Oolite.xcodeproj/ as well as a few unused files in the tools/ and installers/ folders which the open PRs do not change. Hence merging this PR will not affect those PRs. Nevertheless, happy to delay if you prefer. |
phkb
left a comment
There was a problem hiding this comment.
From a Windows build perspective, everything works fine. No issues to report.
2 espeak files put in Resources
deps removed completely as no longer needed.
Remove some other unneeded files
Update README
Builds completed here: https://github.com/mcarans/oolite/actions/runs/24426014263 and you can see tests below.
Only one submodule remains: Resources/binary. I think it should be moved into the main oolite repo, but will look at this in a separate PR as can then look at completely removing submodule handling everywhere.