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
3 changes: 3 additions & 0 deletions .aspect/workflows/bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# build without the bytes
common --remote_download_outputs=minimal
common --nobuild_runfile_links
22 changes: 22 additions & 0 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# See https://docs.aspect.build/workflows/configuration
workspaces:
.:
icon: rollup
label: rules_rollup
e2e/smoke:
icon: bazel
tasks:
- test:
queue: aspect-medium
- buildifier:
without: true
tasks:
- checkout:
update_strategy: rebase
- test:
- buildifier:
queue: aspect-medium
- finalization:
queue: aspect-small
notifications:
github: {}
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
bazel-version:
major: 6

# Linux on the primary bazel version is tested on Aspect Workflows
- os: ubuntu
bazel-version:
major: 7
bzlmod: 1
steps:
- uses: actions/checkout@v4

Expand Down