Changing directory of clang to match docker container

pull/9027/head
Deanna Garcia 3 years ago
parent 2a2c9767ac
commit 5e62362a09
  1. 2
      toolchain/cc_toolchain_config.bzl

@ -31,7 +31,7 @@ def _impl(ctx):
tool_paths = [
tool_path(
name = "gcc",
path = "/usr/bin/clang",
path = "/usr/local/bin/clang",
),
tool_path(
name = "ld",

Loading…
Cancel
Save