Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

ojeda
Copy link
Contributor

@ojeda ojeda commented Apr 4, 2025

See individual commits.

Fixes: #3188

ojeda added 2 commits April 4, 2025 23:29
v6.14 is the latest tag and it contains v6.14-rc2 which included the
fix for the `soft-float` error (commit 6273a058383e ("x86: rust: set
rustc-abi=x86-softfloat on rustc>=1.86.0") in Linux).

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Now that the Rust for Linux job is moved forward to v6.14, we can use
Rust 1.86.0, i.e. the current stable, again.

Thus revert the previous change.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
@ojeda ojeda added the rust-for-linux Issues relevant to the Rust for Linux project label Apr 4, 2025
Copy link
Contributor

@emilio emilio left a comment

Choose a reason for hiding this comment

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

Thanks!

#
# Both commit hashes and tags are supported.
LINUX_VERSION=v6.14-rc1
LINUX_VERSION=v6.14
Copy link
Contributor

Choose a reason for hiding this comment

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

Gah, so I was off by a RC then ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, that was very bad luck... :)

EOF

make -C linux KBUILD_VERBOSE=1 LLVM=1 -j$(($(nproc) + 1)) \
make -C linux LLVM=1 -j$(($(nproc) + 1)) \
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this might still be useful but either way. Yeah maybe it's too verbose.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I wasn't sure if you intended to keep it or it was just for debugging the issue, so I left the tree as it was before this happened.

It is fairly verbose, yeah; on the other hand, we build a tiny part of the kernel, so it should be OK.

@emilio emilio added this pull request to the merge queue Apr 4, 2025
Merged via the queue into rust-lang:main with commit e098882 Apr 4, 2025
34 checks passed
@ojeda ojeda deleted the ci-fix-stable branch April 5, 2025 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rust-for-linux Issues relevant to the Rust for Linux project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rust for linux CI breaks with rust 1.86

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.