| # YAML has a feature for "repeated nodes", BazelCI is fine with extra nodes |
| # it doesn't know about; so that is used to avoid repeating common subparts. |
| # We have to list every package because even with exclusion notation -//foo |
| # Bazel will load the excluded package and it will be an error because at |
| # release Bazel the cc_libraries do not have all the attributes. |
| - "//cc/private/rules_impl:all" |
| - "//cc/private/toolchain:all" |
| - "//examples/my_c_archive:all" |
| - "//examples/my_c_compile:all" |
| - "//examples/write_cc_toolchain_cpu:all" |
| - "//tools/migration:all" |
| - "//cc/private/rules_impl:all" |
| - "//cc/private/toolchain:all" |
| - "//examples/my_c_archive:all" |
| - "//examples/my_c_compile:all" |
| - "//examples/write_cc_toolchain_cpu:all" |
| - "//tools/migration:all" |
| - "--ignore_dev_dependency" |