From 3bc28263d1be379044aabaa17f03b242b3a2b96a Mon Sep 17 00:00:00 2001 From: Andreas Stenius Date: Thu, 2 Feb 2023 17:29:12 -0500 Subject: [PATCH] Support using `scie-pants` for Pants dev work. --- pants.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pants.toml b/pants.toml index ba51bcfbc4d..db297d08ddb 100644 --- a/pants.toml +++ b/pants.toml @@ -75,6 +75,10 @@ unmatched_build_file_globs = "error" # https://github.com/pantsbuild/pants/issues/16096. cache_content_behavior = "fetch" +[DEFAULT] +# Tell `scie-pants` to use our `./pants` bootstrap script. +delegate_bootstrap = true + [anonymous-telemetry] enabled = true repo_id = "7775F8D5-FC58-4DBC-9302-D00AE4A1505F"