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
2 changes: 0 additions & 2 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ bcr_test_module:
run_tests:
name: "Run test module"
platform: ${{ platform }}
environment:
BAZELISK_BASE_URL: "https://github.com/bazelbuild/bazel/releases/download/"
test_targets:
- "//..."
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ docs/*.md linguist-generated=true
# Omit folders that users don't need, making the distribution artifact smaller
lib/tests export-ignore

# Omit the .bazeliskrc file for the smoke test that runs on the Bazel Central
# Regsitry ci because we test on Windows but do not publish Aspect CLI Windows
# binaries.
e2e/smoke/.bazeliskrc export-ignore

# Substitution for the _VERSION_PRIVATE placeholder
tools/version.bzl export-subst