fix: add missing .await on async refresh_status() call #14

Merged
mik-tf merged 1 commit from development_fix_chvm_await into development 2026-03-09 17:42:27 +00:00
Owner

Summary

  • Add .await to mgr.refresh_status() in chvm_driver.rs:165
  • The chvm-lib dependency updated this method from sync to async
  • Without this fix, hero_cloud_server fails to compile in Docker

Closes #12

Test plan

  • Docker build succeeds (OK: hero_cloud)
  • Cloud island loads in Hero OS (shows "Disconnected" — expected without hypervisor)
  • Deployed to herodev + herodemo
## Summary - Add `.await` to `mgr.refresh_status()` in `chvm_driver.rs:165` - The `chvm-lib` dependency updated this method from sync to async - Without this fix, `hero_cloud_server` fails to compile in Docker Closes #12 ## Test plan - [x] Docker build succeeds (`OK: hero_cloud`) - [x] Cloud island loads in Hero OS (shows "Disconnected" — expected without hypervisor) - [x] Deployed to herodev + herodemo
fix: add missing .await on async refresh_status() call
Some checks failed
Test / test (push) Failing after 0s
Test / test (pull_request) Failing after 15s
2a342b01df
The chvm-lib dependency updated refresh_status() from sync to async,
but the call site in chvm_driver.rs was not updated. This caused
hero_cloud_server to fail compilation in Docker builds.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
mik-tf merged commit 16fea71fdf into development 2026-03-09 17:42:27 +00:00
mik-tf deleted branch development_fix_chvm_await 2026-03-09 17:42:28 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_compute!14
No description provided.