add bots using lld (and examples with clang as a drive by) (#1221)

Fixes https://github.com/bazelbuild/rules_rust/issues/1220 by adding 3 new bots:
* "With Clang and LLD on Ubuntu 20.04" https://buildkite.com/bazel/rules-rust-rustlang/builds/5799#5004ea2f-8c59-4fe4-9260-8798f7f13c11
* "Examples with Clang and LLD on Ubuntu 20.04" https://buildkite.com/bazel/rules-rust-rustlang/builds/5799#7e939a36-067e-4e0e-be54-07892bb164e1
* As a drive by I noticed there was no "Examples with Clang on Ubuntu 20.04", added it as well: https://buildkite.com/bazel/rules-rust-rustlang/builds/5799#beaddc14-4df3-446e-b02b-2836ae9f8d14.
1 file changed
tree: 0c0b93b5bd730a456bcf54175e7a2647f6a54b9f
  1. .bazelci/
  2. .github/
  3. bindgen/
  4. cargo/
  5. crate_universe/
  6. distro/
  7. docs/
  8. examples/
  9. proto/
  10. rust/
  11. test/
  12. tools/
  13. util/
  14. wasm_bindgen/
  15. .bazelignore
  16. .bazelrc
  17. .gitignore
  18. ARCHITECTURE.md
  19. AUTHORS
  20. BUILD.bazel
  21. CODEOWNERS
  22. COMPATIBILITY.md
  23. CONTRIBUTING.md
  24. CONTRIBUTORS
  25. LICENSE.txt
  26. README.md
  27. version.bzl
  28. WORKSPACE.bazel
  29. workspace.bzl
README.md

Rust Rules

  • Postsubmit Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Community

General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust.

Documentation

Please refer to the full documentation.