The documentation of Gitea Actions and Forgejo Actions seems to rely a lot on the principle that these are "similar and mostly compatible…
(A) Right now, my main use case for run-examples
is to get the printed output of the examples in a known order with no extra output mixed in. When we address #77, I plan to turn this into a…
I think the label defaults.run.working-directory
sets the default only for run
steps, [like in GitHub Actions](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-ac…
I have no OS package (vis OpenSUSE Tumbleweed) access to a later version of cargo.
rpm -qf /usr/bin/cargo rustup-1.28.1~0-1.1.x86_64
My impression is that rustup is a…
Your prediction is correct. So what's the response?
Since these messages crossed: see above.
I'd love to hear thoughts on how we can make things at least let you know that you need to change/update versions of things
Since the error is coming from Sycamore, it…
I'm now confident that this is a Rust version issue. A helpful Redditor announced that the…
That's odd!
- Which test is this happening in?
- Do you get a similar "lint reasons are experimental" warning when you call
cargo build
ortrunk build
? - What do you get when you call…
And yes either way please get the "local testing" working. It's OK with me if the local testing doesn't go through forgejo-runner; perhaps the forgejo-runner jobs invoke the local testing script…
Yes, [the examples] are tests too!
I've now configured the examples to run as tests using Cargo's target selection…
Now you need to push some additional commit and see if the jobs re-run on their own
I'm going to try to address #76 in this pull request, so we should have plenty more commits to test that with.
If you trust an organization and the image is open-souce licensed, feel free to check in a use of it.
Would it matter if the image weren't open-source licensed? We're just using it as a tool,…
Hmm, the issue seems now to be that image
rust:1.85-bookworm
does not have node installed, see the details below.
Okay, that's what I'd expect. Let's set aside the…
Before you upgrade to a t3a.medium instance, let's try something completely different. The latest commit (4251242953) runs CI on a stock Docker image, getting rid of the setup-image
step. On…