Merge pull request #9027 from protocolbuffers/toolchain

Changing directory of clang to match docker container
pull/9030/head
deannagarcia 3 years ago committed by GitHub
commit 72c76f3ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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