-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixup BCR presubmit failure (#373)
- Loading branch information
1 parent
569fa37
commit b543f30
Showing
35 changed files
with
107 additions
and
6 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/bazel6.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/convenience.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/correctness.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/debug.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/javascript.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/performance.bazelrc |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
# Bazel settings that apply to this repository. | ||
# Settings that apply only to CI are in .aspect/bazelrc/ci.bazelrc | ||
|
||
# Import Aspect bazelrc presets | ||
import %workspace%/.aspect/bazelrc/convenience.bazelrc | ||
import %workspace%/.aspect/bazelrc/correctness.bazelrc | ||
import %workspace%/.aspect/bazelrc/performance.bazelrc | ||
import %workspace%/.aspect/bazelrc/debug.bazelrc | ||
import %workspace%/.aspect/bazelrc/javascript.bazelrc | ||
|
||
# Use a try-import for Bazel 6 settings since this repository is also tested against Bazel 5 on CI | ||
try-import %workspace%/.aspect/bazelrc/bazel6.bazelrc | ||
|
||
### PROJECT SPECIFIC OPTIONS ### | ||
|
||
common --experimental_enable_bzlmod | ||
|
||
# Load any settings & overrides specific to the current user from `.aspect/bazelrc/user.bazelrc`. | ||
# This file should appear in `.gitignore` so that settings are not shared with team members. This | ||
# should be last statement in this config so the user configuration is able to overwrite flags from | ||
# this file. See https://bazel.build/configure/best-practices#bazelrc-file. | ||
try-import %workspace%/.aspect/bazelrc/user.bazelrc |
1 change: 1 addition & 0 deletions
1
e2e/bzlmod_write_source_files_external/.aspect/bazelrc/bazel6.bazelrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/bazel6.bazelrc |
1 change: 1 addition & 0 deletions
1
e2e/bzlmod_write_source_files_external/.aspect/bazelrc/convenience.bazelrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/convenience.bazelrc |
1 change: 1 addition & 0 deletions
1
e2e/bzlmod_write_source_files_external/.aspect/bazelrc/correctness.bazelrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/correctness.bazelrc |
1 change: 1 addition & 0 deletions
1
e2e/bzlmod_write_source_files_external/.aspect/bazelrc/debug.bazelrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/debug.bazelrc |
1 change: 1 addition & 0 deletions
1
e2e/bzlmod_write_source_files_external/.aspect/bazelrc/javascript.bazelrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/javascript.bazelrc |
1 change: 1 addition & 0 deletions
1
e2e/bzlmod_write_source_files_external/.aspect/bazelrc/performance.bazelrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/performance.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.aspect/cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
# Bazel settings that apply to this repository. | ||
# Settings that apply only to CI are in .aspect/bazelrc/ci.bazelrc | ||
|
||
# Import Aspect bazelrc presets | ||
import %workspace%/.aspect/bazelrc/convenience.bazelrc | ||
import %workspace%/.aspect/bazelrc/correctness.bazelrc | ||
import %workspace%/.aspect/bazelrc/performance.bazelrc | ||
import %workspace%/.aspect/bazelrc/debug.bazelrc | ||
import %workspace%/.aspect/bazelrc/javascript.bazelrc | ||
|
||
# Use a try-import for Bazel 6 settings since this repository is also tested against Bazel 5 on CI | ||
try-import %workspace%/.aspect/bazelrc/bazel6.bazelrc | ||
|
||
### PROJECT SPECIFIC OPTIONS ### | ||
|
||
common --enable_bzlmod | ||
|
||
# Load any settings & overrides specific to the current user from `.aspect/bazelrc/user.bazelrc`. | ||
# This file should appear in `.gitignore` so that settings are not shared with team members. This | ||
# should be last statement in this config so the user configuration is able to overwrite flags from | ||
# this file. See https://bazel.build/configure/best-practices#bazelrc-file. | ||
try-import %workspace%/.aspect/bazelrc/user.bazelrc |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/bazel6.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/convenience.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/correctness.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/debug.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/javascript.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/performance.bazelrc |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Bazel settings that apply to this repository. | ||
# Settings that apply only to CI are in .aspect/bazelrc/ci.bazelrc | ||
|
||
# Import Aspect bazelrc presets | ||
import %workspace%/.aspect/bazelrc/convenience.bazelrc | ||
import %workspace%/.aspect/bazelrc/correctness.bazelrc | ||
import %workspace%/.aspect/bazelrc/performance.bazelrc | ||
import %workspace%/.aspect/bazelrc/debug.bazelrc | ||
import %workspace%/.aspect/bazelrc/javascript.bazelrc | ||
|
||
# Use a try-import for Bazel 6 settings since this repository is also tested against Bazel 5 on CI | ||
try-import %workspace%/.aspect/bazelrc/bazel6.bazelrc | ||
|
||
### PROJECT SPECIFIC OPTIONS ### | ||
|
||
# Load any settings & overrides specific to the current user from `.aspect/bazelrc/user.bazelrc`. | ||
# This file should appear in `.gitignore` so that settings are not shared with team members. This | ||
# should be last statement in this config so the user configuration is able to overwrite flags from | ||
# this file. See https://bazel.build/configure/best-practices#bazelrc-file. | ||
try-import %workspace%/.aspect/bazelrc/user.bazelrc |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/bazel6.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/convenience.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/correctness.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/debug.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/javascript.bazelrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../.aspect/bazelrc/performance.bazelrc |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Bazel settings that apply to this repository. | ||
# Settings that apply only to CI are in .aspect/bazelrc/ci.bazelrc | ||
|
||
# Import Aspect bazelrc presets | ||
import %workspace%/.aspect/bazelrc/convenience.bazelrc | ||
import %workspace%/.aspect/bazelrc/correctness.bazelrc | ||
import %workspace%/.aspect/bazelrc/performance.bazelrc | ||
import %workspace%/.aspect/bazelrc/debug.bazelrc | ||
import %workspace%/.aspect/bazelrc/javascript.bazelrc | ||
|
||
# Use a try-import for Bazel 6 settings since this repository is also tested against Bazel 5 on CI | ||
try-import %workspace%/.aspect/bazelrc/bazel6.bazelrc | ||
|
||
### PROJECT SPECIFIC OPTIONS ### | ||
|
||
# Load any settings & overrides specific to the current user from `.aspect/bazelrc/user.bazelrc`. | ||
# This file should appear in `.gitignore` so that settings are not shared with team members. This | ||
# should be last statement in this config so the user configuration is able to overwrite flags from | ||
# this file. See https://bazel.build/configure/best-practices#bazelrc-file. | ||
try-import %workspace%/.aspect/bazelrc/user.bazelrc |