matrix: | |
platform: | |
- debian10 | |
- ubuntu2004 | |
- macos | |
- macos_arm64 | |
- windows | |
bazel: | |
- 7.x | |
- 8.x | |
tasks: | |
verify_targets: | |
name: Verify build targets | |
platform: ${{ platform }} | |
bazel: ${{ bazel }} | |
build_targets: | |
- "@envoy_api//test/build:go_build_test" | |
- "@envoy_api//tools/..." | |
build_flags: | |
- "--java_runtime_version=remotejdk_21" |