Skip to content

Commit

Permalink
another attempt at the preseubmit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aiuto committed Jul 9, 2024
1 parent d3f7df0 commit d63058c
Showing 1 changed file with 11 additions and 28 deletions.
39 changes: 11 additions & 28 deletions modules/rules_pkg/1.0.1/presubmit.yml
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'

0 comments on commit d63058c

Please sign in to comment.