| # Part of the Crubit project, under the Apache License v2.0 with LLVM |
| # Exceptions. See /LICENSE for license information. |
| # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| default_linux_targets: &default_linux_targets |
| # TODO(b/234804076): Make the whole repo buildable/testable with //... |
| # Target below is only a rudimentary smoke test. |
| - "//rs_bindings_from_cc:rs_bindings_from_cc_impl" |
| default_linux_task: &default_linux_task |
| - "sudo apt -y update && sudo apt -y install lld" |
| build_targets: *default_linux_targets |
| test_targets: *default_linux_targets |
| name: Stable Bazel Version With Clang and LLD |
| name: Rolling Bazel Version With Clang and LLD |