Open jgallagher opened 5 months ago
https://github.com/oxidecomputer/hubris/pull/1740 changed how we initialize static variables. humility host is still looking for the old LAST_HOST_BOOT_FAIL and LAST_HOST_PANIC; these are now contained in the BUFS static of host-sp-comms.
humility host
LAST_HOST_BOOT_FAIL
LAST_HOST_PANIC
BUFS
host-sp-comms
https://github.com/oxidecomputer/hubris/pull/1740 changed how we initialize static variables.
humility host
is still looking for the oldLAST_HOST_BOOT_FAIL
andLAST_HOST_PANIC
; these are now contained in theBUFS
static ofhost-sp-comms
.