Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# See https://docs.aspect.build/workflows/configuration
workspaces:
- .:
tasks:
- bazel-6:
without: true
- bazel-7:
without: true
- e2e/api_entries:
tasks:
- bazel-6:
without: true
- e2e/copy_action
- e2e/copy_to_directory
- e2e/coreutils
- e2e/external_copy_to_directory
- e2e/smoke
- e2e/write_source_files
tasks:
- test:
name: "Test (Bazel 6.x)"
id: bazel-6
env:
USE_BAZEL_VERSION: 6.x
- test:
name: "Test (Bazel 7.x)"
id: bazel-7
env:
USE_BAZEL_VERSION: 7.x
- test:
name: "Test (Bazel 8.x)"
id: bazel-8
env:
USE_BAZEL_VERSION: 8.x
notifications:
github: {}
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ common:release -c opt
common --check_direct_dependencies=off

# Make sure we don't regress this.
common --incompatible_auto_exec_groups
# common --incompatible_auto_exec_groups

# Symlinks are pretty much required on windows so enable by default
startup --windows_enable_symlinks
Expand Down
Loading