Skip to content

Fix libc removing unsafe on makedev #403

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

Merged
merged 1 commit into from
Sep 20, 2022

Conversation

ETKNeil
Copy link
Contributor

@ETKNeil ETKNeil commented Sep 20, 2022

See #402
I had to bump to the minimum libc 0.2.133

@sunfishcode
Copy link
Member

Thanks!

@sunfishcode sunfishcode merged commit 9cff8d7 into bytecodealliance:main Sep 20, 2022
sunfishcode added a commit to sunfishcode/wasmtime that referenced this pull request Sep 21, 2022
This is primarily to pull in bytecodealliance/cap-std#271, the fix for bytecodealliance#4936,
compilation on Rust nightly on Windows.

It also updates to rustix 0.35.10, to pull in bytecodealliance/rustix#403,
the fix for bytecodealliance/rustix#402, compilation on newer versions of
the libc crate, which changed a public function from `unsafe` to safe.

Fixes bytecodealliance#4936.
alexcrichton pushed a commit to bytecodealliance/wasmtime that referenced this pull request Sep 21, 2022
* Update to cap-std 0.26.

This is primarily to pull in bytecodealliance/cap-std#271, the fix for #4936,
compilation on Rust nightly on Windows.

It also updates to rustix 0.35.10, to pull in bytecodealliance/rustix#403,
the fix for bytecodealliance/rustix#402, compilation on newer versions of
the libc crate, which changed a public function from `unsafe` to safe.

Fixes #4936.

* Update the system-interface audit for 0.23.

* Update the libc supply-chain config version.
@ETKNeil ETKNeil deleted the fix-unsafe-makedev branch September 22, 2022 08:17
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