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

Reenable Hurd CI #539

Open
Thomasdezeeuw opened this issue Nov 27, 2024 · 0 comments
Open

Reenable Hurd CI #539

Thomasdezeeuw opened this issue Nov 27, 2024 · 0 comments

Comments

@Thomasdezeeuw
Copy link
Collaborator

Currently broken:

  error[E0609]: no field `st_fsid` on type `&stat64`
     --> /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/os/hurd/fs.rs:301:36
      |
  301 |         self.as_inner().as_inner().st_fsid as u64
      |                                    ^^^^^^^ unknown field
      |
  help: a field with a similar name exists
      |
  301 |         self.as_inner().as_inner().st_uid as u64
      |                                    ~~~~~~
  
  For more information about this error, try `rustc --explain E0609`.
  error: could not compile `std` (lib) due to 1 previous error
error: process didn't exit successfully: `/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo check -Z build-std=std,panic_abort --target i686-unknown-hurd-gnu --manifest-path Cargo.toml --no-default-features` (exit status: 101)

Seems like an issue with Rust's std lib.

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

No branches or pull requests

1 participant