diff options
author | echohack <echohack@users.noreply.github.com> | 2019-06-20 09:57:56 -0700 |
---|---|---|
committer | echohack <echohack@users.noreply.github.com> | 2019-06-20 10:44:38 -0700 |
commit | c3ec98159edb0a1b008f7442c2123ee16e064c5d (patch) | |
tree | bf54a5421ad8a5405701c6d770b63c3cff22bb07 /.bldr.toml | |
parent | c8168aece5d38dd83cf88055d2e936cb3173e856 (diff) | |
download | chef-c3ec98159edb0a1b008f7442c2123ee16e064c5d.tar.gz |
add new build configuration for scaffolding-chef
Signed-off-by: echohack <echohack@users.noreply.github.com>
Diffstat (limited to '.bldr.toml')
-rw-r--r-- | .bldr.toml | 25 |
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", +] |