2023-05-06 07:56:00 +00:00
|
|
|
workspace(name = "rules_foreign_cc")
|
|
|
|
|
2024-08-28 10:23:04 +00:00
|
|
|
load("@bazel_ci_rules//:rbe_repo.bzl", "rbe_preconfig")
|
2023-05-06 07:56:00 +00:00
|
|
|
|
|
|
|
# Creates a default toolchain config for RBE.
|
|
|
|
# Use this as is if you are using the rbe_ubuntu16_04 container,
|
|
|
|
# otherwise refer to RBE docs.
|
|
|
|
rbe_preconfig(
|
|
|
|
name = "buildkite_config",
|
|
|
|
toolchain = "ubuntu1804-bazel-java11",
|
|
|
|
)
|