pspdev / psptoolchain-allegrex

This program will automatically build and install an Allegrex compiler which is used in the creation of homebrew software for the Sony PlayStation® Portable videogame system.
MIT License
10 stars 9 forks source link

Remove dep check #19

Closed wally4000 closed 10 months ago

wally4000 commented 1 year ago

Dependancy Checks are done in the initial https://github.com/pspdev/pspdev repo, no point duplicating this effort.

Remove all prepare scripts based on the same context (Tidy up and may prevent some confusion)

diamant3 commented 1 year ago

@sharkwouter Can you merge this as well? thank you

fjtrujy commented 10 months ago

I think that this is not the way to go @wally4000 I fully understand you, you want to skip the dependency check because we already did it on the main pspdev repo. Then what we should do is to add an extra flag to the script to skip that phase, but we still need to keep this check here, in case you run it in an isolated way (as the CI does).

Cheers