[codex] Remove unused remote rootfs build#20
Merged
Conversation
EYHN
marked this pull request as ready for review
May 13, 2026 06:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
remote-rootfsMakefile target so SandboxVM only exposes maintained local build targets.gitfrom the local SandboxVM rootfs package list.erofs-utilsfrom the local SandboxVM rootfs package list; EROFS image creation remains a build-host concern.net-toolsande2fsprogsin the local rootfs for runtime diagnostics and overlay formatting.vmdbinary with-trimpath -ldflags="-s -w"to strip debug metadata from the local rootfs init binary.socatandudhcpcpackages now that the VM no longer starts an SSH forwarder or DHCP client.__pycache__, Python stdlib tests, package docs/man/info/lintian data, debconf cache, and logs.AppIconCOOKIEandAppIconLIQUIDassets, and narrow Release/Staging alternate app icons to the two icons exposed by product code.Validation
make -C sandbox-vm -n frameworkmake -C sandbox-vm -n vmmake -C sandbox-vm protocd sandbox-vm && go test ./cmd/vmd/... ./sdk/apple/... ./internal/... ./pkg/...xcodebuild -workspace OpenBridge.xcworkspace -scheme OpenBridge -configuration Release -showBuildSettingsconfirmsARCHS = arm64and Release alternate icons areAppIconBLUEBLOCK AppIconMERCURY.xcodebuild -workspace OpenBridge.xcworkspace -scheme OpenBridge -configuration Staging -showBuildSettingsconfirms Staging alternate icons areAppIconBLUEBLOCK AppIconMERCURY.cd macos && BUILD_CONFIGURATION=UnsignedDebug bash DevKit/Scripts/workspace_build_debug.shcd macos && xcodebuild -workspace OpenBridge.xcworkspace -scheme OpenBridge -configuration Release -destination platform=macOS -derivedDataPath .build/DerivedDataReleaseAudit -skipPackagePluginValidation -skipMacroValidation CODE_SIGNING_ALLOWED=NO buildcd macos && xcodebuild -workspace OpenBridge.xcworkspace -scheme OpenBridge -configuration Staging -destination platform=macOS -derivedDataPath .build/DerivedDataReleaseAudit -skipPackagePluginValidation -skipMacroValidation CODE_SIGNING_ALLOWED=NO buildsshdis absent whilessh,ssh-keygen,ifconfig,netstat,route,mkfs.ext4,python3,rg,curl,ip,ping,jq,fdfind, andfileremain available./sbin/initis stripped.socatandudhcpc; verified both are absent and required runtime tools remain available. Same-compressor comparison: lzma EROFS 65,294,336 -> 64,598,016 bytes; exported tar 220,562,432 -> 218,688,000 bytes.python3 -m pip, andpython3 -m venvstill work. Same-compressor comparison from previous step: lzma EROFS 64,598,016 -> 55,078,912 bytes; exported tar 218,688,000 -> 196,113,408 bytes.Assets.car:AppIcon,AppIconBLUEBLOCK, andAppIconMERCURYare present;AppIconDev,AppIconTESTFLIGHT,AppIconCOOKIE, andAppIconLIQUIDare absent. ReleaseAssets.caris 16M in the local unsigned build.Assets.car:AppIconTESTFLIGHT,AppIconBLUEBLOCK, andAppIconMERCURYare present;AppIconDev,AppIconCOOKIE, andAppIconLIQUIDare absent. StagingAssets.caris 15M in the local unsigned build.