From 8daf8c3a8c1b3c1414d1b60b84726b879ccff049 Mon Sep 17 00:00:00 2001 From: Jun Gong Date: Fri, 1 Oct 2021 11:28:00 -0700 Subject: [PATCH] upgrade boost to 1.74.0 from 1.71.0 to match the udpated build file for windows. --- bazel/ray_deps_setup.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel/ray_deps_setup.bzl b/bazel/ray_deps_setup.bzl index b4226adb1134..96131feadba4 100644 --- a/bazel/ray_deps_setup.bzl +++ b/bazel/ray_deps_setup.bzl @@ -151,8 +151,8 @@ def ray_deps_setup(): # declaring it here allows us to avoid patching the latter. name = "boost", build_file = "@com_github_nelhage_rules_boost//:BUILD.boost", - sha256 = "d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee", - url = "https://boostorg.jfrog.io/artifactory/main/release/1.71.0/source/boost_1_71_0.tar.bz2", + sha256 = "83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1", + url = "https://boostorg.jfrog.io/artifactory/main/release/1.74.0/source/boost_1_74_0.tar.bz2", patches = [ "//thirdparty/patches:boost-exception-no_warn_typeid_evaluated.patch", ],