Skip to content

Add build scripts - #3

Merged
TheMrIron2 merged 6 commits into
mainfrom
scripts
Jun 25, 2026
Merged

TheMrIron2 merged 6 commits into
mainfrom
scripts

Conversation

@TheMrIron2

Copy link
Copy Markdown
Contributor

Set up some scripts to build ps3dev. Also added instructions to the README.

The instructions have not been tested on a fresh installation yet.

based on pspdev/pspdev implementation
@TheMrIron2
TheMrIron2 marked this pull request as ready for review June 22, 2026 18:12
@TheMrIron2
TheMrIron2 requested a review from bucanero June 22, 2026 18:12
@bucanero

Copy link
Copy Markdown
Contributor

Looks good, so we can move towards having each repo just building its own concerns.

It would be nice if we can remove the Python scripting from the .sh scripts, so we keep the SDK with minimum requirements.
if it can be done with some bash trick or something, that would be nice ( so we don't depend on python ) 🙏

search for latest, and if that fails, fall back to pinned nightly. can be overridden by `PS3TOOLCHAIN_RELEASE_TAG`
@TheMrIron2

Copy link
Copy Markdown
Contributor Author

The reason Python was used in the toolchain script is because we don't have a pinned stable version of the toolchain yet, only datestamped nightlies, so the script has to find the latest prerelease. I've updated it to use a fallback model where it checks for latest, and failing that, we fall back to a known-good toolchain release (in this case, nightly-2026-06-16).

@TheMrIron2
TheMrIron2 merged commit 0bdcd86 into main Jun 25, 2026
14 of 16 checks passed
@TheMrIron2
TheMrIron2 deleted the scripts branch June 28, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants