From 33420d2518e8affa9a4d1740f6d2eb648106924d Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sun, 24 May 2026 19:48:00 -0400 Subject: [PATCH] .forgejo workflow: + nix build xo-alloc2 CI --- .forgejo/workflows/ci.yaml | 4 ++++ pkgs/xo-alloc2.nix | 13 ------------- 2 files changed, 4 insertions(+), 13 deletions(-) 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 ]; })