I saw this in a failed CI run just now:
Compiling zstd v0.5.2+zstd.1.4.5
error: use of deprecated item 'region::protect::Protection::ReadWrite': Use Protection::READ_WRITE instead
--> crates/runtime/src/mmap.rs:185:55
|
185 | unsafe { region::protect(ptr.add(start), len, region::Protection::ReadWrite) }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
error: aborting due to previous error
I'm not sure whether the crate was recently updated, or our toolchain, or our flags (equiv of -Werror
?), or something else -- is anyone else seeing this?
Oh, nevermind, I need more coffee. zstd is unrelated. +1 for parallel builds.
Someone review https://github.com/bytecodealliance/wasmtime/pull/1811? @Alex Crichton or @Benjamin Bouvier perhaps?
Done!
@Chris Fallin FYI there's a similar PR at https://github.com/bytecodealliance/wasmtime/pull/1807 but it looks like some tests may also need an update?
D'oh, I missed the duplicate. Looks like Dan's PR is a few hours old and he may not be around right now though? I can fix the tests and go ahead with this one
Last updated: Nov 22 2024 at 17:03 UTC