Skip to content

Commit

Permalink
Run CI without building runfiles links
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 6, 2024
1 parent 456788d commit 2fa4af1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .bcr/extensions/bindgen/metadata.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homepage": "https://github.com/bazelbuild/rules_rust/tree/main/extensions/bindgen",
"homepage": "https://github.com/bazelbuild/rules_rust",
"maintainers": [
{
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion .bcr/extensions/prost/metadata.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homepage": "https://github.com/bazelbuild/rules_rust/tree/main/extensions/prost",
"homepage": "https://github.com/bazelbuild/rules_rust",
"maintainers": [
{
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion .bcr/extensions/protobuf/metadata.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homepage": "https://github.com/bazelbuild/rules_rust/tree/main/extensions/protobuf",
"homepage": "https://github.com/bazelbuild/rules_rust",
"maintainers": [
{
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion .bcr/extensions/wasm_bindgen/metadata.template.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down

0 comments on commit 2fa4af1

Please sign in to comment.