Changing directory of clang to match docker container

This commit is contained in:
Deanna Garcia 2021-09-27 22:45:46 +00:00
parent 2a2c9767ac
commit 5e62362a09

View File

@ -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",