From 2fa4af1a1660197ee3cb44e242b2dafad13917fd Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Thu, 5 Dec 2024 12:24:18 -0800 Subject: [PATCH] Run CI without building runfiles links --- .bazelrc | 3 +++ .bcr/extensions/bindgen/metadata.template.json | 2 +- .bcr/extensions/prost/metadata.template.json | 2 +- .bcr/extensions/protobuf/metadata.template.json | 2 +- .bcr/extensions/wasm_bindgen/metadata.template.json | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) 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 diff --git a/.bcr/extensions/bindgen/metadata.template.json b/.bcr/extensions/bindgen/metadata.template.json index 2bff30128e..295f1a069e 100644 --- a/.bcr/extensions/bindgen/metadata.template.json +++ b/.bcr/extensions/bindgen/metadata.template.json @@ -1,5 +1,5 @@ { - "homepage": "https://github.com/bazelbuild/rules_rust/tree/main/extensions/bindgen", + "homepage": "https://github.com/bazelbuild/rules_rust", "maintainers": [ { "email": "26427366+UebelAndre@users.noreply.github.com", diff --git a/.bcr/extensions/prost/metadata.template.json b/.bcr/extensions/prost/metadata.template.json index 51779ec818..295f1a069e 100644 --- a/.bcr/extensions/prost/metadata.template.json +++ b/.bcr/extensions/prost/metadata.template.json @@ -1,5 +1,5 @@ { - "homepage": "https://github.com/bazelbuild/rules_rust/tree/main/extensions/prost", + "homepage": "https://github.com/bazelbuild/rules_rust", "maintainers": [ { "email": "26427366+UebelAndre@users.noreply.github.com", diff --git a/.bcr/extensions/protobuf/metadata.template.json b/.bcr/extensions/protobuf/metadata.template.json index c6a4a18fc0..295f1a069e 100644 --- a/.bcr/extensions/protobuf/metadata.template.json +++ b/.bcr/extensions/protobuf/metadata.template.json @@ -1,5 +1,5 @@ { - "homepage": "https://github.com/bazelbuild/rules_rust/tree/main/extensions/protobuf", + "homepage": "https://github.com/bazelbuild/rules_rust", "maintainers": [ { "email": "26427366+UebelAndre@users.noreply.github.com", diff --git a/.bcr/extensions/wasm_bindgen/metadata.template.json b/.bcr/extensions/wasm_bindgen/metadata.template.json index 31bfbe5d7e..295f1a069e 100644 --- a/.bcr/extensions/wasm_bindgen/metadata.template.json +++ b/.bcr/extensions/wasm_bindgen/metadata.template.json @@ -1,5 +1,5 @@ { - "homepage": "https://github.com/bazelbuild/rules_rust/tree/main/extensions/wasm_bindgen", + "homepage": "https://github.com/bazelbuild/rules_rust", "maintainers": [ { "email": "26427366+UebelAndre@users.noreply.github.com",