matrix: | |
platform: | |
- debian11 | |
- ubuntu2004 | |
- ubuntu2204 | |
bazel: | |
- 8.x | |
- 7.x | |
- 6.x | |
tasks: | |
verify_targets: | |
name: Verify build targets | |
platform: ${{ platform }} | |
bazel: ${{ bazel }} | |
build_flags: | |
- '--process_headers_in_dependencies' | |
build_targets: | |
- '@sse2neon//:sse2neon' |