Skip to content

Commit

Permalink
eden: more cas enabling
Browse files Browse the repository at this point in the history
Summary: This is the target used for testing, enabling here aswell

Reviewed By: MichaelCuevas

Differential Revision: D62874828

fbshipit-source-id: 0bd2cb2964e5847a922ab03022afacfeb02d9c5a
  • Loading branch information
lmvasquezg authored and facebook-github-bot committed Sep 17, 2024
1 parent 4e85072 commit 3225ee1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eden/TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ buck_genrule(
"ovr_config//os:linux",
"ovr_config//os:macos",
],
metadata = {
"buck.cfg_modifiers": [
"fbcode//eden/scm/lib/backingstore:edenfs-include-cas",
],
},
)

fbpkg.builder(
Expand Down
10 changes: 10 additions & 0 deletions eden/fs/cli/TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ buck_command_alias(
],
env = get_dev_edenfsctl_env(),
exe = ":edenfsctl",
metadata = {
"buck.cfg_modifiers": [
"fbcode//eden/scm/lib/backingstore:edenfs-include-cas",
],
},
)

buck_command_alias(
Expand All @@ -40,6 +45,11 @@ buck_command_alias(
],
env = get_dev_edenfsctl_env({"EDENFS_PRIVHELPER_PATH": "$(location //eden/fs/service:edenfs_privhelper)"}),
exe = ":edenfsctl-with-privhelper",
metadata = {
"buck.cfg_modifiers": [
"fbcode//eden/scm/lib/backingstore:edenfs-include-cas",
],
},
)

python_binary(
Expand Down
10 changes: 10 additions & 0 deletions eden/fs/cli_rs/TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ buck_command_alias(
name = "edenfsctl-run",
env = get_dev_edenfsctl_env(),
exe = ":edenfsctl-wrapper",
metadata = {
"buck.cfg_modifiers": [
"fbcode//eden/scm/lib/backingstore:edenfs-include-cas",
],
},
)

buck_command_alias(
Expand All @@ -75,4 +80,9 @@ buck_command_alias(
"EDENFS_PRIVHELPER_PATH": "$(location //eden/fs/service:edenfs_privhelper)",
}),
exe = ":edenfsctl-wrapper-with-privhelper",
metadata = {
"buck.cfg_modifiers": [
"fbcode//eden/scm/lib/backingstore:edenfs-include-cas",
],
},
)

0 comments on commit 3225ee1

Please sign in to comment.