-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Updating aarch64 actions to use 1.0.0 images #10976
Updating aarch64 actions to use 1.0.0 images #10976
Conversation
Uuh duplicate of #10814 ? |
@oprypin Nope. The other PR changed to |
Unfortunately, the aarch64 CI jobs keep failing more or less consistently and without any error indication. |
Co-authored-by: Vladislav Zarakovsky <[email protected]>
It isn't failing now, or at least, some are working that before weren't. But the x86 alpine one is failing (unrelated to this) 🤷 |
Only the build jobs pass. All the |
Seems like something had hang up, some of the VMs were showing significant CPU usage despite no job running at the moment. I rebooted all the VMs and reran the workflow, looks much better so far. |
@jhass Looks like the aarch64 runners hang up again while running compiler specs (I don't think they should take over an hour for that, but we can wait a little longer to see if they might finish later). |
Well, they did take that long :) |
Co-authored-by: Vladislav Zarakovsky <[email protected]>
This was apparently incomplete: crystal/.github/workflows/aarch64.yml Line 36 in a8bc392
|
Oops. @jhass if you find yourself with time to update the images, it would be nice to have 1.1.1 version to compile the latest pulls. Thanks! |
@beta-ziliani These images just package up https://dev.alpinelinux.org/archive/crystal/. As you can see there's no archive there for 1.1.1 or 1.1.0. Feel free to find a different solution/way to build them, all the code used is at https://github.com/crystal-lang/crystal-infrastructure/tree/main/docker |
Note: this is already late, as we need 1.1.0 images, but for the moment it should suffice.