Skip to content

Commit

Permalink
build: update rules_foreign_cc (envoyproxy#11520)
Browse files Browse the repository at this point in the history
The aim is to fix one of the issues encountered while cross-compiling
Envoy (see envoyproxy#11446 and bazel-contrib/rules_foreign_cc#407).

Signed-off-by: Ilya Dmitrichenko <[email protected]>
  • Loading branch information
errordeveloper authored and songhu committed Jun 25, 2020
1 parent 2489618 commit c10dce4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,10 @@ DEPENDENCY_REPOSITORIES = dict(
use_category = ["build"],
),
rules_foreign_cc = dict(
sha256 = "3184c244b32e65637a74213fc448964b687390eeeca42a36286f874c046bba15",
strip_prefix = "rules_foreign_cc-7bc4be735b0560289f6b86ab6136ee25d20b65b7",
# 2019-09-26
urls = ["https://github.com/bazelbuild/rules_foreign_cc/archive/7bc4be735b0560289f6b86ab6136ee25d20b65b7.tar.gz"],
sha256 = "7ca49ac5b0bc8f5a2c9a7e87b7f86aca604bda197259c9b96f8b7f0a4f38b57b",
strip_prefix = "rules_foreign_cc-f54b7ae56dcf1b81bcafed3a08d58fc08ac095a7",
# 2020-06-09
urls = ["https://github.com/bazelbuild/rules_foreign_cc/archive/f54b7ae56dcf1b81bcafed3a08d58fc08ac095a7.tar.gz"],
use_category = ["build"],
),
rules_python = dict(
Expand Down

0 comments on commit c10dce4

Please sign in to comment.