Skip to content
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

Try the new GitHub Arm runners #1614

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Try the new GitHub Arm runners #1614

wants to merge 4 commits into from

Conversation

mre
Copy link
Member

@mre mre commented Jan 18, 2025

No description provided.

@mre
Copy link
Member Author

mre commented Jan 18, 2025

Seems like there are no runners available. 😝

@@ -19,7 +19,7 @@ env:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-arm64

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Saw your post on Mastodon. I think you might have to drop the 64. Just arm. It's cleaner. (Jokes aside this should be a lint / warn)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🫡 you're a nice person, thanks!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, and I understood your reference. Quite funny. 😆

@mre
Copy link
Member Author

mre commented Feb 6, 2025

Getting a nice backtrace. 🤣

thread 'rustc' panicked at /rustc/9fc6b43126469e3858e2fe86cafb4f0fd5068869/compiler/rustc_serialize/src/opaque.rs:269:45:
range start index 18230290903111630069 out of range for slice of length 39963722

@javierhonduco
Copy link

rust-lang/rust#135867 – very interesting!

@javierhonduco
Copy link

In case it helps, after reading the comments seems like Ubuntu 22.04 doesn't have this issue. I've been running my Rust project's CI on this OS version without any issues

@mre
Copy link
Member Author

mre commented Feb 6, 2025

Cool, let's try!

@mre
Copy link
Member Author

mre commented Feb 6, 2025

can't find crate for rstest

weird

@mre
Copy link
Member Author

mre commented Feb 6, 2025

Almost sounds like I forgot to enable a feature flag...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants