Skip to content

Commit

Permalink
deps: Bump rules_foreign_cc -> 0.11.1 (#35325)
Browse files Browse the repository at this point in the history
Created by Envoy dependency bot for @phlax

Fix #35070



Signed-off-by: dependency-envoy[bot]
<148525496+dependency-envoy[bot]@users.noreply.github.com>

---------

Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Signed-off-by: Ryan Northey <[email protected]>
Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Co-authored-by: Ryan Northey <[email protected]>
  • Loading branch information
dependency-envoy[bot] and phlax authored Jul 22, 2024
1 parent 16fde2a commit 3aac9cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 30 deletions.
8 changes: 1 addition & 7 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1460,13 +1460,7 @@ def _rules_ruby():
external_http_archive("rules_ruby")

def _foreign_cc_dependencies():
external_http_archive(
name = "rules_foreign_cc",
# This patch is needed to fix build on macos with xcode 15.3.
# remove this when https://github.com/bazelbuild/rules_foreign_cc/issues/1186 fixed.
patch_args = ["-p1"],
patches = ["@envoy//bazel:rules_foreign_cc.patch"],
)
external_http_archive(name = "rules_foreign_cc")

def _com_github_maxmind_libmaxminddb():
external_http_archive(
Expand Down
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1024,11 +1024,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Rules for using foreign build systems in Bazel",
project_desc = "Rules for using foreign build systems in Bazel",
project_url = "https://github.com/bazelbuild/rules_foreign_cc",
version = "0.10.1",
sha256 = "476303bd0f1b04cc311fc258f1708a5f6ef82d3091e53fd1977fa20383425a6a",
version = "0.11.1",
sha256 = "4b33d62cf109bcccf286b30ed7121129cc34cf4f4ed9d8a11f38d9108f40ba74",
strip_prefix = "rules_foreign_cc-{version}",
urls = ["https://github.com/bazelbuild/rules_foreign_cc/archive/{version}.tar.gz"],
release_date = "2023-10-25",
release_date = "2024-07-03",
use_category = ["build", "dataplane_core", "controlplane"],
license = "Apache-2.0",
license_url = "https://github.com/bazelbuild/rules_foreign_cc/blob/{version}/LICENSE",
Expand Down
20 changes: 0 additions & 20 deletions bazel/rules_foreign_cc.patch

This file was deleted.

0 comments on commit 3aac9cf

Please sign in to comment.