-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
another attempt at the preseubmit.yml
- Loading branch information
Showing
1 changed file
with
11 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,19 @@ | ||
matrix: | ||
platform: | ||
- debian10 | ||
- ubuntu2004 | ||
- macos | ||
- macos_arm64 | ||
- windows | ||
bazel: [6.x, 7.x] | ||
- debian10 | ||
- ubuntu2004 | ||
- macos | ||
- macos_arm64 | ||
- windows | ||
bazel: | ||
- 7.x | ||
- 6.x | ||
tasks: | ||
verify_targets: | ||
name: Verify build targets | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
build_targets: | ||
- '@rules_pkg//...' | ||
# Re-enable those targets when toolchain registration is supported. | ||
- '-@rules_pkg//toolchains/...' | ||
- '-@rules_pkg//pkg:make_rpm' | ||
bcr_test_module: | ||
module_path: tests/bcr | ||
matrix: | ||
platform: | ||
- debian10 | ||
- macos | ||
- windows | ||
bazel: [7.x] | ||
tasks: | ||
run_test_module: | ||
name: Run test module | ||
platform: ${{ platform }} | ||
bazel: ${{ bazel }} | ||
build_targets: | ||
- '@rules_pkg//...' | ||
# Re-enable those targets when toolchain registration is supported. | ||
- '-@rules_pkg//toolchains/...' | ||
- '-@rules_pkg//pkg:make_rpm' | ||
- '@rules_pkg//...' | ||
- '-@rules_pkg//toolchains/...' | ||
- '-@rules_pkg//pkg:make_rpm' |