Skip to content

Commit

Permalink
Mention dev-nosan-lg instead of dev-lg in eden/scm/targets.bzl
Browse files Browse the repository at this point in the history
Summary: dev-lg is **exactly the same** mode as dev-nosan-lg, meaning "no sanitizers", but it's not clear from the name. For clarity, replacing dev-lg with dev-nosan-lg

Reviewed By: quark-zju

Differential Revision: D54912351

fbshipit-source-id: e88727eab4f08da6b2c19d5ac97532a064104a48
  • Loading branch information
artempyanykh authored and facebook-github-bot committed Mar 15, 2024
1 parent a9bd6ca commit 3100b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/scm/targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def gen_hgpython():
executable = True,
)

# We cannot quite use symlinks outside of Windows since the `dev-lg` mode is
# We cannot quite use symlinks outside of Windows since the `dev-nosan-lg` mode is
# used sometimes, and that copies the binary into another location rather
# than actually creating a symlink like in other modes for some reason.
return buck_sh_binary(
Expand Down

0 comments on commit 3100b9d

Please sign in to comment.