diff --git a/dependency_support/boost/add_python.patch b/dependency_support/boost/add_python.patch index 82446898..d99b786a 100644 --- a/dependency_support/boost/add_python.patch +++ b/dependency_support/boost/add_python.patch @@ -12,12 +12,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -diff --git BUILD.boost BUILD.boost -index e6b28cf..99470c5 100644 ---- BUILD.boost -+++ BUILD.boost -@@ -2268,3 +2268,41 @@ boost_library( - ":utility", +diff --git boost.BUILD boost.BUILD +index e5d0b60..4f52d3c 100644 +--- boost.BUILD ++++ boost.BUILD +@@ -2642,3 +2642,41 @@ boost_library( + ":variant2", ], ) + diff --git a/dependency_support/boost/boost.bzl b/dependency_support/boost/boost.bzl index de1c36f8..ce27b495 100644 --- a/dependency_support/boost/boost.bzl +++ b/dependency_support/boost/boost.bzl @@ -21,8 +21,8 @@ def boost(): maybe( git_repository, name = "com_github_nelhage_rules_boost", - # This equivalent to boost 1.78 - commit = "c8b9b4a75c4301778d2e256b8d72ce47a6c9a1a4", + # This equivalent to boost 1.82 + commit = "1217caae292dc9f14e8109777ba43c988cf89c5b", remote = "https://github.com/nelhage/rules_boost", shallow_since = "1640124117 -0800", patches = [ diff --git a/dependency_support/boost/libbacktrace.patch b/dependency_support/boost/libbacktrace.patch index d21ba18f..18639781 100644 --- a/dependency_support/boost/libbacktrace.patch +++ b/dependency_support/boost/libbacktrace.patch @@ -1,12 +1,12 @@ -diff --git BUILD.boost BUILD.boost -index e23893b..1e70e11 100644 ---- BUILD.boost -+++ BUILD.boost -@@ -1874,6 +1874,7 @@ boost_library( - ":lexical_cast", +diff --git boost.BUILD boost.BUILD +index e5d0b60..bade47f 100644 +--- boost.BUILD ++++ boost.BUILD +@@ -1927,6 +1927,7 @@ boost_library( + ":predef", ":static_assert", ":type_traits", + "@com_github_libbacktrace//:libbacktrace", ], ) - \ No newline at end of file +