Skip to content

Add GitHub Actions workflow for building PSL1GHT#160

Draft
bucanero wants to merge 5 commits into
masterfrom
build-patch-1
Draft

Add GitHub Actions workflow for building PSL1GHT#160
bucanero wants to merge 5 commits into
masterfrom
build-patch-1

Conversation

@bucanero

@bucanero bucanero commented Jun 6, 2026

Copy link
Copy Markdown

No description provided.

@bucanero bucanero marked this pull request as draft June 6, 2026 23:29
run: |
curl -sL https://github.com/bucanero/ps3toolchain/releases/download/ubuntu-latest-fad3b5fb/ps3dev-ubuntu-latest-2020-08-31.tar.gz | tar xvz -C ./
curl -sL https://github.com/ps3dev/PSL1GHT/raw/master/ppu/include/sysutil/sysutil.h -o ps3dev/ppu/include/sysutil/sysutil.h
curl -sL https://gist.github.com/bucanero/150ec41325894bbd1b4513ecb9e1cfb6/raw/1814600a1b3c804209c4f71dd6316779e160cb25/utime.h -o ps3dev/ppu/ppu/include/sys/utime.h

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about using an up to date toolchain instead?

@bucanero bucanero Jun 7, 2026

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I want to use an updated toolchain, I was waiting until we have a proper release uploaded on the ps3dev/ps3toolchain repository, so I can update the download link.
I used my fork link as a place holder, so I could verify the Github action workflow works as expected.

I can leave this PR as draft until we have a release pushed, or we can merge and update the action later once we have the release ready.

What option do you think would be better? I do like the idea to have an action that keeps doing CI with any changes to the PSL1GHT repo.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally I would prefer if the action is updated before merge. As you say CI makes the most sense if it actually tests the latest stuff without bandaids. 😄

Unless you think there's going to be a significant delay before the next "proper release"? To me it seems like we should be able to have one within a few days at the most.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, 👍 let's wait a bit until we get a release published on ps3dev/ps3toolchain, then I update this draft PR with the right link.

Thanks for the feedback !

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.

3 participants