Skip to content

Commit

Permalink
xen: drop stubdomains TODO note
Browse files Browse the repository at this point in the history
It has been decided in #343111 that we should not build MiniOS
stubdomains, and instead use Linux-based ones for now.

Once MirageOS or Unikraft is packaged, we can switch to using those
microkernels as stubdomains.

Signed-off-by: Fernando Rodrigues <[email protected]>
  • Loading branch information
SigmaSquadron committed Sep 20, 2024
1 parent ab773f6 commit b6accbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/applications/virtualization/xen/generic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,6 @@ stdenv.mkDerivation (finalAttrs: {
"xen" # Build the Xen Hypervisor.
"tools" # Build the userspace tools, such as `xl`.
"docs" # Build the Xen Documentation
# TODO: Enable the Stubdomains target. This requires another pre-fetched source: mini-os. Currently, Xen appears to build a limited version of stubdomains which does not include mini-os.
# "stubdom"
];

enableParallelBuilding = true;
Expand Down

0 comments on commit b6accbc

Please sign in to comment.