Files
RedBear-OS/local/scripts
vasilito 63614382d6 feat: add offline cargo cache warmer and SDDM/virgl QEMU harness
warm-cargo-offline-cache.sh: builds run cargo with --offline --locked, so
resolution comes from the sparse-index CACHE, which only an online cargo
run refreshes. A lockfile can pin a version whose .crate is already
downloaded while the index cache does not list it, producing

  error: failed to select a version for the requirement quinn = ^0.11.1
         (locked to 0.11.11)
  candidate versions found which didn't match: 0.11.9

on a dependency that is in fact present. 13 lockfiles were missing 42
crates this way. --check reports offending manifests without fetching.

test-sddm-virgl-qemu.sh: boots redbear-full on virtio-gpu-gl with
egl-headless so the guest takes the accelerated redox-drm -> Mesa (virgl)
-> Wayland path, captures the serial console and classifies each boot
marker independently rather than collapsing to pass/fail.
2026-08-03 09:09:56 +03:00
..