@FSMaxB This actually did not work
$ cargo b
warning: /home/jarkko/work/github.com/jarkkojs/polkavm/Cargo.toml: unused manifest key: workspace.lints.rust.unexpected_cfgs.check-cfg
Compiling polkavm v0.15.0 (/home/jarkko/work/github.com/jarkkojs/polkavm/crates/polkavm)
error[E0308]: mismatched types
--> crates/polkavm/src/sandbox/linux.rs:1596:13
|
1596 | vmctx,
| ^^^^^ expected `RwLock<VmCtx>`, found `RwLock<&mut VmCtx>`
|
= note: expected struct `RwLock<VmCtx>`
found struct `RwLock<&mut VmCtx>`
For more information about this error, try `rustc --explain E0308`.
error: could not compile `polkavm` (lib) due to previous error
I’m sure I can solve it just putting a note in order to not spread FUD ;-)
dtrace.conf(24) is going virtual! We're one month away from the un-conference and are opening the virtual ticket booth for this free event, with optional add-ons for event t-shirts and an on-site social in Emeryville after the event. Bring your topics and prepare to discuss! https://dtraceconf24.eventbrite.com
8️⃣ Here's the 8th post highlighting key new features of the upcoming v257 release of systemd.
A longer time ago systemd introduced JSON based user records as an extension of classic UNIX `struct passwd`. These records can be provided via Varlink IPC or via drop-in files. The much richer set of account settings is documented here: