Skip to content

Conversation

KaminariOS
Copy link

No description provided.

Cargo.toml Outdated
[workspace.dependencies]
log = "0.4"
riscv = "0.10.1"
executor = { git = "https://github.com/KaminariOS/PreemptiveScheduler", rev = "c9299748f467cf55eb6f3c2248791cc93aaf9fc4" }
Copy link
Member

Choose a reason for hiding this comment

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

What's changed compared with the current version?

executor = { git = "https://github.com/DeathWish5/PreemptiveScheduler", rev = "e8cd353" }

Copy link
Author

Choose a reason for hiding this comment

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

I removed some feature flags that have been stabilized in the latest Rust version. I also opened PRs for the original repos.

Copy link
Member

Choose a reason for hiding this comment

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

cool. cc @DeathWish5 please also take a look.

@wangrunji0408
Copy link
Member

Could you take a look at the CI result? The build seems to be broken on some platforms.

@theoparis
Copy link

theoparis commented Jun 13, 2024

This is unfortunately broken on the latest rust nightly due to crates like bitvec and riscv being so out of date.

equired by package `bitvec v0.22.0`
    ... which satisfies dependency `bitvec = "^0.22"` of package `linux-syscall v0.1.0 (/home/theo/Documents/zCore/linux-syscall)`
    ... which satisfies path dependency `linux-syscall` of package `zcore-loader v0.1.0 (/home/theo/Documents/zCore/loader)`
    ... which satisfies path dependency `zcore-loader` of p

It also seems to have impacted rcore-fs 😕 I made a PR to rcore-fs which has been merged.

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.

3 participants