-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace checkout action, remove upload #17214
Conversation
Due to node v20 being incompatible with some of the CI images (too old glibc), the checkout action is replaced by an alternative which does not need node, and upload is removed for now.
I guess this is a good stop-gap for now, it beats all CI jobs failing right now. I guess later on you can send further PRs to improve upon it. We could also discuss it further in DM if you'd like. |
Woops, while this fixes the CI jobs on github, it seems to break the gitlab CI. So I'll have to revert it for now. |
Here is the error - https://git.libretro.com/libretro/RetroArch/-/pipelines/317183 You can submit a new version that hopefully doesn't have this error later on. |
This reverts commit 04b53ce.
F... Sorry. I did not mean to push the gitlab-ci changes, as they were part of an irrelevant test, but the late-evening rebase did not go as smoothly as it looked. |
Due to node v20 being incompatible with some of the CI images (too old glibc), the checkout action is replaced by an alternative which does not need node, and upload is removed for now.
…retro#17215) This reverts commit 04b53ce.
Description
Due to node v20 being incompatible with some of the CI images (too old glibc), the checkout action is replaced by an alternative which does not need node. Upload is removed, I did not find a straightforward replacement right now.
Not quite sure this is the best approach, but it is here anyways as a stop-gap, and it does produce green builds. Needless to say, this change also does not address any of the issues that were discussed on RA Discord
#programming
channel (bandwidth, job maintenance, etc.).