You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bubblewrap] Make Bubblewrap the default Linux backend (#368)
* Make Bubblewrap the silent default Linux process-sandbox backen
* Addressed PR comments
* Update ContainmentType JSDoc to reflect bubblewrap as Linux default
* Make proxy tests explicit about containment to fix macOS CI
Six proxy tests omitted containment and relied on the previous unconditional ProcessContainer default to satisfy the proxy guard (proxy is only valid with processcontainer).
After this PR the default resolves to Seatbelt on macOS, causing those six tests to fail in the arm64 MAC CI job. Make each test explicit by setting containment: "processcontainer" in the JSON — they are testing proxy parsing behavior, not the OS-default resolution.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix MicroVM workflow cache permissions
Agent-Logs-Url: https://github.com/microsoft/mxc/sessions/81dc5e19-9e89-4a1a-a005-6633f4ffbfe8
Co-authored-by: huzaifa-d <16077119+huzaifa-d@users.noreply.github.com>
* Install bubblewrap in Linux SDK integration CI job
PR 368 introduces SDK integration tests that exercise the Bubblewrap backend (the new Linux default for `containment: "process"` / omitted). Those tests skip unless `bwrap` is installed on the runner; the Linux integration job previously only installed `lxc`, so the new bwrap tests failed under sudo.
Add `bubblewrap` to the apt-get install line alongside `lxc lxc-utils dnsmasq-base iptables` so both backends are present and both test suites can run.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Addressed PR comments
* More fixes to LXC
* Comment clarification
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: huzaifa-d <16077119+huzaifa-d@users.noreply.github.com>
0 commit comments