Skip to content

Commit

Permalink
bazel: Don't use llvm_toolchain for fuchsia_clang
Browse files Browse the repository at this point in the history
Bug: b/346354914
Change-Id: I9dc9e3227724842adccd5ec11baee0e4efe61edd
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/215651
Reviewed-by: Armando Montanez <[email protected]>
Commit-Queue: Ted Pudlik <[email protected]>
Lint: Lint 🤖 <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Jun 11, 2024
1 parent 6f7fefe commit 5b4b97c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,11 @@ load("@fuchsia_sdk//fuchsia:clang.bzl", "fuchsia_clang_repository")

fuchsia_clang_repository(
name = "fuchsia_clang",
from_workspace = "@llvm_toolchain//:BUILD",
# TODO: https://pwbug.dev/346354914 - Reuse @llvm_toolchain. This currently
# leads to flaky loading phase errors!
# from_workspace = "@llvm_toolchain//:BUILD",
cipd_tag = "git_revision:c58bc24fcf678c55b0bf522be89eff070507a005",
sdk_root_label = "@fuchsia_sdk",
)

load("@fuchsia_clang//:defs.bzl", "register_clang_toolchains")
Expand Down

0 comments on commit 5b4b97c

Please sign in to comment.