chore(glittershark/system): Include chupacabraSystem in CI builds
Change-Id: Ic8a63f76a0b19f6b1f9ab836d1418849cce06aa0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1895 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
77a47fa85c
commit
fcb014e43d
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ rec {
|
|||
configuration = chupacabra;
|
||||
}).system;
|
||||
|
||||
# Build chupacabra in CI
|
||||
meta.targets = [ "chupacabraSystem" ];
|
||||
|
||||
rebuilder =
|
||||
let
|
||||
depotPath = "/home/grfn/code/depot";
|
||||
|
|
Loading…
Reference in a new issue