Skip to content

tweak stat script

d11b02e
Select commit
Loading
Failed to load commit list.
Merged

use erofs for headful image #39

tweak stat script
d11b02e
Select commit
Loading
Failed to load commit list.
Cursor / Cursor Bugbot completed Jul 23, 2025 in 1m 48s

Bugbot Review

BugBot Analysis Progress (1m 50s elapsed)

✅ Gathered PR context (2s)
✅ Analyzed code changes (1s)
✅ Completed bug detection — 1 potential bug found (1m 44s)
✅ Validation and filtering completed (0s)
✅ Posted analysis results — 1 bug reported (2s)
✅ Analysis completed successfully (0s)

Final Result: Bugbot completed review and found 1 potential issue

Request ID: serverGenReqId_11a43ea0-f935-49f4-8cef-735775fde592

Details

Bug: Sudo Usage Inconsistency Across Build Scripts

Inconsistent sudo usage for the mkfs.erofs command between the chromium-headful (uses sudo) and chromium-headless (does not use sudo) build scripts. Both scripts utilize the --all-root flag, which typically requires elevated privileges. This inconsistency can lead to build failures or differing file permission behaviors depending on the environment's sudo configuration.

images/chromium-headful/build-unikernel.sh#L24-L25

https://github.com/onkernel/kernel-images/blob/d11b02e9dbea9670b30c399c2f1ed9fee6086e9e/images/chromium-headful/build-unikernel.sh#L24-L25

Fix in CursorFix in Web


Was this report helpful? Give feedback by reacting with 👍 or 👎