.forgejo workflow: + nix build xo-alloc2 CI
Some checks failed
CI / smoke-test (push) Failing after 7m3s
Some checks failed
CI / smoke-test (push) Failing after 7m3s
This commit is contained in:
parent
a55cc44184
commit
33420d2518
2 changed files with 4 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue