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

Closed
mik-tf wants to merge 0 commits from fix/chvm-await-missing into development
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 closed this pull request 2026-03-09 17:41:44 +00:00
Some checks failed
Test / test (push) Failing after 0s
Test / test (pull_request) Failing after 15s

Pull request closed

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!13
No description provided.