-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
fix builds.sr.ht failing #2792
Comments
It's easy enough to disable but I'm not sure if we want to try doing any deeper analysis first. |
I'm going to leave this open but disable the integration for now. |
What was the purpose of the |
Fedora and freebsd testing (and maybe another platform), both of which GitHub actions can do but only by literally just using qemu :( |
Ah. Seems unlikely that fedora would behave much differently than ubuntu, but losing out on freebsd isn't great. |
Originally fedora was added because ubuntu's kernel wasn't new enough to
test pidfd, but that might not be an issue anymore.
…On Wed, Sep 13, 2023 at 5:04 AM John Litborn ***@***.***> wrote:
Ah. Seems unlikely that fedora would behave much differently than ubuntu,
but losing out on freebsd isn't great.
—
Reply to this email directly, view it on GitHub
<#2792 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEU42FAOVMGI6YCQJ6SY7LX2GONHANCNFSM6AAAAAA4LQLEHM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Nathaniel J. Smith -- https://vorpus.org <http://vorpus.org>
|
For what it's worth, I've when thinking about builds.sr.ht replacements and seen how e.g. snmalloc uses qemu to run freebsd stuff in github actions: https://github.com/microsoft/snmalloc/blob/6b8f3338c71fb06a3609ef935a8579b7bda7e07e/.github/workflows/main.yml#L117 |
If you click through from a test run you get to https://github.com/actions/runner-images/blob/ubuntu22/20230911.1/images/linux/Ubuntu2204-Readme.md which says
and https://docs.python.org/3/library/os.html#os.pidfd_open says |
that doesn't look too nasty, worth giving a try. |
it was failing on every PR, and been doing so for a while. Configuration failure or necessary to replace it?
EDIT: temporarily paused until someone gains motivation to think about this!
The text was updated successfully, but these errors were encountered: