Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixup BCR presubmit failure #373

Merged
merged 1 commit into from Feb 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion e2e/bzlmod/.aspect/bazelrc

This file was deleted.

1 change: 1 addition & 0 deletions e2e/bzlmod/.aspect/bazelrc/bazel6.bazelrc
1 change: 1 addition & 0 deletions e2e/bzlmod/.aspect/bazelrc/convenience.bazelrc
1 change: 1 addition & 0 deletions e2e/bzlmod/.aspect/bazelrc/correctness.bazelrc
1 change: 1 addition & 0 deletions e2e/bzlmod/.aspect/bazelrc/debug.bazelrc
1 change: 1 addition & 0 deletions e2e/bzlmod/.aspect/bazelrc/javascript.bazelrc
1 change: 1 addition & 0 deletions e2e/bzlmod/.aspect/bazelrc/performance.bazelrc
1 change: 0 additions & 1 deletion e2e/bzlmod/.bazelignore

This file was deleted.

21 changes: 21 additions & 0 deletions e2e/bzlmod/.bazelrc
@@ -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 e2e/bzlmod_write_source_files_external/.aspect/cli
21 changes: 21 additions & 0 deletions e2e/bzlmod_write_source_files_external/.bazelrc
@@ -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
1 change: 0 additions & 1 deletion e2e/copy_to_directory/.aspect/bazelrc

This file was deleted.

1 change: 1 addition & 0 deletions e2e/copy_to_directory/.aspect/bazelrc/bazel6.bazelrc
1 change: 1 addition & 0 deletions e2e/copy_to_directory/.aspect/bazelrc/convenience.bazelrc
1 change: 1 addition & 0 deletions e2e/copy_to_directory/.aspect/bazelrc/correctness.bazelrc
1 change: 1 addition & 0 deletions e2e/copy_to_directory/.aspect/bazelrc/debug.bazelrc
1 change: 1 addition & 0 deletions e2e/copy_to_directory/.aspect/bazelrc/javascript.bazelrc
1 change: 1 addition & 0 deletions e2e/copy_to_directory/.aspect/bazelrc/performance.bazelrc
1 change: 0 additions & 1 deletion e2e/copy_to_directory/.bazelignore

This file was deleted.

20 changes: 20 additions & 0 deletions e2e/copy_to_directory/.bazelrc
@@ -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
1 change: 0 additions & 1 deletion e2e/workspace/.aspect/bazelrc

This file was deleted.

1 change: 1 addition & 0 deletions e2e/workspace/.aspect/bazelrc/bazel6.bazelrc
1 change: 1 addition & 0 deletions e2e/workspace/.aspect/bazelrc/convenience.bazelrc
1 change: 1 addition & 0 deletions e2e/workspace/.aspect/bazelrc/correctness.bazelrc
1 change: 1 addition & 0 deletions e2e/workspace/.aspect/bazelrc/debug.bazelrc
1 change: 1 addition & 0 deletions e2e/workspace/.aspect/bazelrc/javascript.bazelrc
1 change: 1 addition & 0 deletions e2e/workspace/.aspect/bazelrc/performance.bazelrc
1 change: 0 additions & 1 deletion e2e/workspace/.bazelignore

This file was deleted.

20 changes: 20 additions & 0 deletions e2e/workspace/.bazelrc
@@ -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