Enable some more builds in nix_builder.
This commit is contained in:
@@ -83,7 +83,10 @@
|
|||||||
"worker2_update"
|
"worker2_update"
|
||||||
"family_disks"
|
"family_disks"
|
||||||
"family_disks_update"
|
"family_disks_update"
|
||||||
# "nixbsd" # Disabled due to onetbb tests hanging on one-cpu machines.
|
"nixbsd"
|
||||||
|
"nix_builder_develop"
|
||||||
|
"organic_develop"
|
||||||
|
"natter_develop"
|
||||||
];
|
];
|
||||||
build_flags = lib.concatMap (target: [
|
build_flags = lib.concatMap (target: [
|
||||||
"--target"
|
"--target"
|
||||||
|
|||||||
@@ -178,9 +178,30 @@ output_directory = "/home/nixworker/persist/nix_builder"
|
|||||||
update = true
|
update = true
|
||||||
update_branch = "nix_update"
|
update_branch = "nix_update"
|
||||||
|
|
||||||
# [[targets]]
|
[[targets]]
|
||||||
# name = "nixbsd"
|
name = "nixbsd"
|
||||||
# repo = "https://github.com/nixos-bsd/nixbsd.git"
|
repo = "https://github.com/nixos-bsd/nixbsd.git"
|
||||||
# revision = "828ff7a3c4ee91f548de65a963fca40eaedb171c"
|
revision = "2b512eda58e6d77378bd20d6027802b158942e24"
|
||||||
# path = "."
|
path = "."
|
||||||
# attr = "base.vmClosureInfo"
|
attr = "base.vmClosureInfo"
|
||||||
|
|
||||||
|
[[targets]]
|
||||||
|
name = "nix_builder_develop"
|
||||||
|
repo = "https://code.fizz.buzz/talexander/nix_builder.git"
|
||||||
|
branch = "main"
|
||||||
|
path = "."
|
||||||
|
attr = "devShells.x86_64-linux.default"
|
||||||
|
|
||||||
|
[[targets]]
|
||||||
|
name = "organic_develop"
|
||||||
|
repo = "https://code.fizz.buzz/talexander/organic.git"
|
||||||
|
branch = "main"
|
||||||
|
path = "."
|
||||||
|
attr = "devShells.x86_64-linux.default"
|
||||||
|
|
||||||
|
[[targets]]
|
||||||
|
name = "natter_develop"
|
||||||
|
repo = "https://code.fizz.buzz/talexander/natter.git"
|
||||||
|
branch = "main"
|
||||||
|
path = "."
|
||||||
|
attr = "devShells.x86_64-linux.default"
|
||||||
|
|||||||
Reference in New Issue
Block a user