summaryrefslogtreecommitdiff
path: root/.bldr.toml
diff options
context:
space:
mode:
Diffstat (limited to '.bldr.toml')
-rw-r--r--.bldr.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.bldr.toml b/.bldr.toml
index 190969c79d..f86b5e682d 100644
--- a/.bldr.toml
+++ b/.bldr.toml
@@ -4,6 +4,19 @@ build_targets = [
"x86_64-linux",
"x86_64-linux-kernel2"
]
+paths = [
+ "bin",
+ "chef-bin",
+ "chef-config",
+ "ci",
+ "distro",
+ "ext",
+ "habitat-packages",
+ "lib",
+ "omnibus", # TODO: Evaluate if we really need this in the future
+ "tasks",
+]
+
[scaffolding-chef]
plan_path = "habitat-packages/scaffolding-chef"
build_targets = [
@@ -11,3 +24,15 @@ build_targets = [
"x86_64-linux-kernel2"
# "x86_64-windows" --- TODO: Expeditor does not currently support Windows, but will in the coming weeks. Uncomment me soon!
]
+paths = [
+ "bin",
+ "chef-bin",
+ "chef-config",
+ "ci",
+ "distro",
+ "ext",
+ "habitat-packages",
+ "lib",
+ "omnibus", # TODO: Evaluate if we really need this in the future
+ "tasks",
+]