Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


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

This file was deleted.

15 changes: 0 additions & 15 deletions .aspect/bazelrc/BUILD.bazel

This file was deleted.

1 change: 0 additions & 1 deletion .aspect/bazelrc/bazel7.bazelrc

This file was deleted.

66 changes: 0 additions & 66 deletions .aspect/bazelrc/ci.bazelrc

This file was deleted.

28 changes: 0 additions & 28 deletions .aspect/bazelrc/convenience.bazelrc

This file was deleted.

64 changes: 0 additions & 64 deletions .aspect/bazelrc/correctness.bazelrc

This file was deleted.

19 changes: 0 additions & 19 deletions .aspect/bazelrc/debug.bazelrc

This file was deleted.

11 changes: 0 additions & 11 deletions .aspect/bazelrc/javascript.bazelrc

This file was deleted.

19 changes: 0 additions & 19 deletions .aspect/bazelrc/performance.bazelrc

This file was deleted.

12 changes: 3 additions & 9 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# Import Aspect bazelrc presets
try-import %workspace%/.aspect/bazelrc/bazel7.bazelrc
import %workspace%/.aspect/bazelrc/convenience.bazelrc
import %workspace%/.aspect/bazelrc/correctness.bazelrc
import %workspace%/.aspect/bazelrc/debug.bazelrc
import %workspace%/.aspect/bazelrc/javascript.bazelrc
import %workspace%/.aspect/bazelrc/performance.bazelrc
import %workspace%/tools/preset.bazelrc

### YOUR PROJECT SPECIFIC OPTIONS GO HERE ###

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

# Load any settings & overrides specific to the current user from `.aspect/bazelrc/user.bazelrc`.
# Load any settings & overrides specific to the current user.
# 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
try-import %workspace%/user.bazelrc
11 changes: 0 additions & 11 deletions .github/workflows/BUILD.bazel

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/bazel6.bazelrc

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/bazel7.bazelrc

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/bazel8.bazelrc

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/ci.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
common --disk_cache=~/.cache/bazel-disk-cache
common --repository_cache=~/.cache/bazel-repository-cache

# Debug where options came from
common --announce_rc

# Allows tests to run bazelisk-in-bazel, since this is the cache folder used
common --test_env=XDG_CACHE_HOME

Expand Down
Loading
Loading