From 6bf58cccca4eb7c781696dc7424abd89341f8f6d Mon Sep 17 00:00:00 2001 From: Valery Bugakov Date: Wed, 1 Mar 2023 01:27:14 -0800 Subject: [PATCH] bazel: add `.bazeliskrc` with Aspect-CLI (#48411) Are there any downsides to using the Aspect CLI by default? If we want to ask our engineers to rely on it, we should start testing it asap. --- .bazeliskrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .bazeliskrc diff --git a/.bazeliskrc b/.bazeliskrc new file mode 100644 index 00000000000..187ffe76eea --- /dev/null +++ b/.bazeliskrc @@ -0,0 +1,2 @@ +BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download +USE_BAZEL_VERSION=aspect/5.1.10