skia2/toolchain
Kevin Lubick c40158ab98 [bazel] Add CI job that uses RBE to enforce includes
The toolchain now uses extract_ar from
https://skia-review.googlesource.com/c/buildbot/+/524764
which is a static executable to extract the .deb files.
This was necessary because the llvm-ar that had previously
been used requires glibc 2.31+ to run, but our Debian10
machines on Swarming have an older version (2.28).

A longer-term fix is to have Bazel support .ar files,
which I plan to attempt to contribute this week.

The RBE task will be added as an experimental CQ job, to
see how it handles the load of running often. With the
remote execution cache, I hope it performs well, once
the toolchains are cached on both the Swarming
machines and in the RBE workers.

Note: We had to add several files to the CAS spec
(see compile_cas.go) which are required for Bazel to work.

Change-Id: Ie70c70d5f33768c957760f9eeb7835025109b487
Bug: skia:12541
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/524759
Reviewed-by: Joe Gregorio <jcgregorio@google.com>
2022-03-28 13:56:16 +00:00
..
ar_trampoline.sh [bazel] Sketching out HelloWorld sk_app using GL 2022-01-11 13:06:19 +00:00
build_toolchain.bzl [bazel] Add CI job that uses RBE to enforce includes 2022-03-28 13:56:16 +00:00
BUILD.bazel [bazel] Add RBE support using hermetic Linux Clang toolchain 2022-03-28 13:56:16 +00:00
clang_toolchain_config.bzl fix typo in toolchain comments 2022-03-21 20:20:04 +00:00
clang_trampoline.sh [bazel] Add RBE support using hermetic Linux Clang toolchain 2022-03-28 13:56:16 +00:00
IWYU_mapping.imp [includes] Enforce IWYU on sksl code 2022-03-21 12:43:02 +00:00
lld_trampoline.sh [bazel] Sketching out HelloWorld sk_app using GL 2022-01-11 13:06:19 +00:00