This repository was archived by the owner on Jul 6, 2026. It is now read-only.
test: HCS packaging CI#11
Draft
ibuildthecloud wants to merge 6 commits into
Draft
Conversation
Add the HCS sandbox provider and launcher packaging for Windows. Build a root VHD from the shared guest rootfs, compile the latest WSL2 kernel for each target architecture, and package gvproxy plus gvforwarder for user-vsock networking. Wire CI and release workflows to publish the HCS image and extract bundled artifacts for Windows Electron releases. Keep host-home sharing opt-in so HCS sandboxes do not mount the user profile by default.
Run olddefconfig before compiling the Microsoft WSL kernel. This keeps the HCS image build noninteractive on arm64, where the upstream WSL config prompts for new kernel options and otherwise exits during release builds.
Fix Windows-only lint failures in the HCS provider. Check the process handle close, use acronym casing expected by revive, and remove an unused connection field so Windows CI can validate the HCS runtime package.
Retry transient Windows sharing violations while hook re-prompt tests poll the prompt queue. The production path already relies on polling deadlines. This keeps Windows arm64 CI from failing on temporary file locks.
Give the hook re-prompt scheduling test more time on slower Windows arm64 runners. The test still verifies the notification thread and rerun behavior. Only the polling deadline changes.
Install python3 in the WSL kernel builder stage so the Linux kernel build can generate BPF helper headers during HCS image packaging.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Temporary PR to exercise CI for HCS packaging changes.