Update location of llvm-ar in bazel toolchain

Change the location of the llvm-ar tool to match the new docker container.
pull/9429/head
deannagarcia 3 years ago committed by GitHub
parent 41e22cde8d
commit 70131e0495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      toolchain/cc_toolchain_config.bzl

@ -47,7 +47,7 @@ def _impl(ctx):
),
tool_path(
name = "ar",
path = "/usr/bin/llvm-ar",
path = "/usr/local/bin/llvm-ar",
),
tool_path(
name = "compat-ld",

Loading…
Cancel
Save