.forgejo workflow: + nix build xo-alloc2 CI
Some checks failed
CI / smoke-test (push) Failing after 7m3s

This commit is contained in:
Roland Conybeare 2026-05-24 19:48:00 -04:00
commit 33420d2518
2 changed files with 4 additions and 13 deletions

View file

@ -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

View file

@ -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
];
})