Skip to content

Commit

Permalink
build: add foreign_cc rules (envoyproxy#73)
Browse files Browse the repository at this point in the history
Builds broke as of
envoyproxy/envoy@7fa5513

Signed-off-by: Paul Henry <[email protected]>
  • Loading branch information
f3nry authored and htuch committed Feb 4, 2019
1 parent 91fbde4 commit 086d516
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ load("@envoy//bazel:cc_configure.bzl", "cc_configure")

envoy_dependencies()

load("@rules_foreign_cc//:workspace_definitions.bzl", "rules_foreign_cc_dependencies")

rules_foreign_cc_dependencies()

cc_configure()

load("@envoy_api//bazel:repositories.bzl", "api_dependencies")
Expand Down

0 comments on commit 086d516

Please sign in to comment.