From d4343d0924a5b806dc855d1c911982a34093df6f Mon Sep 17 00:00:00 2001 From: Dimiter 'malkia' Stanev Date: Mon, 24 Jun 2024 10:15:28 -0700 Subject: [PATCH] Turn off all usages of native repo rules in favor of their Starlark counterparts --- .bazelrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bazelrc b/.bazelrc index f85e2f5766..6cc96c06d8 100644 --- a/.bazelrc +++ b/.bazelrc @@ -3,6 +3,8 @@ build --experimental_cc_shared_library +common --incompatible_disable_native_repo_rules + common --noenable_workspace common --remote_download_minimal