diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 9c009996..bd4bd5e7 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -73,3 +73,7 @@ jobs: - name: build xo-facet run: nix-build ci.nix -A xo-facet + + - name: build xo-alloc2 + run: + nix-build ci.nix -A xo-alloc2 diff --git a/pkgs/xo-alloc2.nix b/pkgs/xo-alloc2.nix index c99fe285..85afcd35 100644 --- a/pkgs/xo-alloc2.nix +++ b/pkgs/xo-alloc2.nix @@ -13,13 +13,6 @@ xo-arena, xo-subsys, xo-testutil, -# xo-callback, -# xo-unit, -# xo-reflect, -# xo-randomgen, -# xo-reflectutil, -# xo-indentlog, -# xo-allocutil, xo-cmake, buildDocs ? false, @@ -65,11 +58,5 @@ stdenv.mkDerivation (finalattrs: xo-arena xo-facet xo-subsys -# xo-callback -# xo-unit -# xo-reflect -# xo-allocutil -# xo-reflectutil -# xo-indentlog ]; })