mirror of https://github.com/bazelbuild/rules_cc
Merge pull request #188 from fmeum:tests-ci
PiperOrigin-RevId: 548924746 Change-Id: Ib201c6dd5c383b2fb8d0bec78c4037df964ab513
This commit is contained in:
commit
84d2878ffc
|
@ -17,6 +17,7 @@ x_defaults:
|
|||
- "//examples/my_c_compile:all"
|
||||
- "//examples/write_cc_toolchain_cpu:all"
|
||||
- "//tools/migration:all"
|
||||
- "//tests/..."
|
||||
test_flags:
|
||||
- "--test_timeout=120"
|
||||
test_targets:
|
||||
|
@ -29,6 +30,7 @@ x_defaults:
|
|||
- "//examples/my_c_compile:all"
|
||||
- "//examples/write_cc_toolchain_cpu:all"
|
||||
- "//tools/migration:all"
|
||||
- "//tests/..."
|
||||
|
||||
buildifier:
|
||||
version: latest
|
||||
|
|
|
@ -7,4 +7,7 @@ sh_test(
|
|||
"//cc:system_library.bzl",
|
||||
"@bazel_tools//tools/bash/runfiles",
|
||||
],
|
||||
target_compatible_with = [
|
||||
"@platforms//os:linux",
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue