From 6a1beaeb5223df4524633551e843f2b00e47ea3f Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Thu, 5 Dec 2024 10:53:39 -0800 Subject: [PATCH] Run CI without building runfiles links --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index 45d5f5fddf..f80073ce9f 100644 --- a/.bazelrc +++ b/.bazelrc @@ -5,6 +5,9 @@ ## https://bazel.build/docs/best-practices#bazelrc-file ############################################################################### +# Skip building runfiles links for faster builds. +build --nobuild_runfile_links + # https://bazel.build/reference/command-line-reference#flag--enable_platform_specific_config common --enable_platform_specific_config