ps3dev / ps3toolchain

A script to autobuild an open source toolchain for the PS3.
BSD 2-Clause "Simplified" License
280 stars 92 forks source link

Add shellcheck test action #108

Open miigotu opened 3 years ago

miigotu commented 3 years ago

Signed-off-by: miigotu miigotu@gmail.com

zeldin commented 3 years ago

Looks like the Docker build is running out of disk space. Can you allocate more to it?

miigotu commented 3 years ago

@zeldin nope, they have a pre set allotment for the runner containers. I think I need to not cache locally for layer caching of buildx, and if that isn't enough I will have to separate different architectures into different builds like before buildx existed. I worked on it all day yesterday, I'll try some more later on.

miigotu commented 3 years ago

@zeldin, fixed. Just need secrets set for docker username/pass and enable ghcr for ps3dev

I'd also like to pull the toolchains out of each image and make them available as tar artifacts for download right from the build, and use the action that makes releases

miigotu commented 3 years ago

Lol I think I figured out why the push fails for me, docker config is cached between all my builds even on other orgs, so it tries to login to ps3dev/ps3dev with my credentials for sickchill/sickchill ;) I had the same problem over there and fixed it, will update this PR soon as I solve an issue upgrading my other packages on synology.