Skip to content

Commit 750e858

Browse files
committed
chore: adopt bazelrc-presets
The old one has been removed from bazel-lib v3
1 parent 3f235f2 commit 750e858

26 files changed

+230
-401
lines changed

.aspect/bazelrc/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.aspect/bazelrc/BUILD.bazel

Lines changed: 0 additions & 15 deletions
This file was deleted.

.aspect/bazelrc/bazel7.bazelrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.aspect/bazelrc/ci.bazelrc

Lines changed: 0 additions & 66 deletions
This file was deleted.

.aspect/bazelrc/convenience.bazelrc

Lines changed: 0 additions & 28 deletions
This file was deleted.

.aspect/bazelrc/correctness.bazelrc

Lines changed: 0 additions & 64 deletions
This file was deleted.

.aspect/bazelrc/debug.bazelrc

Lines changed: 0 additions & 19 deletions
This file was deleted.

.aspect/bazelrc/javascript.bazelrc

Lines changed: 0 additions & 11 deletions
This file was deleted.

.aspect/bazelrc/performance.bazelrc

Lines changed: 0 additions & 19 deletions
This file was deleted.

.bazelrc

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
# Import Aspect bazelrc presets
2-
try-import %workspace%/.aspect/bazelrc/bazel7.bazelrc
3-
import %workspace%/.aspect/bazelrc/convenience.bazelrc
4-
import %workspace%/.aspect/bazelrc/correctness.bazelrc
5-
import %workspace%/.aspect/bazelrc/debug.bazelrc
6-
import %workspace%/.aspect/bazelrc/javascript.bazelrc
7-
import %workspace%/.aspect/bazelrc/performance.bazelrc
1+
import %workspace%/tools/preset.bazelrc
82

93
### YOUR PROJECT SPECIFIC OPTIONS GO HERE ###
104

@@ -22,8 +16,8 @@ common:verbose --@aspect_rules_ts//ts:verbose --worker_verbose
2216
# https://bazelbuild.slack.com/archives/C014RARENH0/p1691158021917459?thread_ts=1691156601.420349&cid=C014RARENH0
2317
common --check_direct_dependencies=off
2418

25-
# Load any settings & overrides specific to the current user from `.aspect/bazelrc/user.bazelrc`.
19+
# Load any settings & overrides specific to the current user.
2620
# This file should appear in `.gitignore` so that settings are not shared with team members. This
2721
# should be last statement in this config so the user configuration is able to overwrite flags from
2822
# this file. See https://bazel.build/configure/best-practices#bazelrc-file.
29-
try-import %workspace%/.aspect/bazelrc/user.bazelrc
23+
try-import %workspace%/user.bazelrc

0 commit comments

Comments
 (0)