|
23 | 23 | build_targets: *default_linux_targets
|
24 | 24 | test_targets: *default_linux_targets
|
25 | 25 | rbe_ubuntu1604:
|
| 26 | + shell_commands: |
| 27 | + - sed -i 's/^# load("@bazelci_rules/load("@bazelci_rules/' WORKSPACE.bazel |
| 28 | + - sed -i 's/^# rbe_preconfig/rbe_preconfig/' WORKSPACE.bazel |
26 | 29 | build_targets:
|
27 | 30 | - "//..."
|
28 | 31 | test_targets:
|
|
52 | 55 | rbe_ubuntu1604_with_aspects:
|
53 | 56 | name: With Aspects
|
54 | 57 | platform: rbe_ubuntu1604
|
| 58 | + shell_commands: |
| 59 | + - sed -i 's/^# load("@bazelci_rules/load("@bazelci_rules/' WORKSPACE.bazel |
| 60 | + - sed -i 's/^# rbe_preconfig/rbe_preconfig/' WORKSPACE.bazel |
55 | 61 | build_targets: *default_linux_targets
|
56 | 62 | test_targets:
|
57 | 63 | - "--" # Allows negative patterns; hack for https://github.com/bazelbuild/continuous-integration/pull/245
|
|
64 | 70 | rbe_ubuntu1604_with_aspects:
|
65 | 71 | name: RBE Rolling Bazel Version With Aspects
|
66 | 72 | platform: rbe_ubuntu1604
|
| 73 | + shell_commands: |
| 74 | + - sed -i 's/^# load("@bazelci_rules/load("@bazelci_rules/' WORKSPACE.bazel |
| 75 | + - sed -i 's/^# rbe_preconfig/rbe_preconfig/' WORKSPACE.bazel |
67 | 76 | build_targets: *default_linux_targets
|
68 | 77 | test_targets:
|
69 | 78 | - "--" # Allows negative patterns; hack for https://github.com/bazelbuild/continuous-integration/pull/245
|
@@ -208,6 +217,9 @@ tasks:
|
208 | 217 | # The bindgen rules currently do not work on RBE
|
209 | 218 | # see: https://github.com/bazelbuild/rules_rust/issues/919
|
210 | 219 | - "-//bindgen/..."
|
| 220 | + shell_commands: |
| 221 | + - sed -i 's/^# load("@bazelci_rules/load("@bazelci_rules/' WORKSPACE.bazel |
| 222 | + - sed -i 's/^# rbe_preconfig/rbe_preconfig/' WORKSPACE.bazel |
211 | 223 | build_targets: *rbe_examples_targets
|
212 | 224 | test_targets: *rbe_examples_targets
|
213 | 225 | build_flags: *aspects_flags
|
@@ -266,6 +278,9 @@ tasks:
|
266 | 278 | environment:
|
267 | 279 | RULES_RUST_CRATE_UNIVERSE_BOOTSTRAP: true
|
268 | 280 | working_directory: examples/crate_universe
|
| 281 | + shell_commands: |
| 282 | + - sed -i 's/^# load("@bazelci_rules/load("@bazelci_rules/' WORKSPACE.bazel |
| 283 | + - sed -i 's/^# rbe_preconfig/rbe_preconfig/' WORKSPACE.bazel |
269 | 284 | build_targets:
|
270 | 285 | - "//..."
|
271 | 286 | test_targets:
|
|
0 commit comments