mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
Update com_github_nelhage_rules_boost version in ray_deps_setup.bzl (#9975)
support boost.dll
This commit is contained in:
parent
646835d292
commit
83e4501cf6
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ def ray_deps_setup():
|
|||
auto_http_archive(
|
||||
name = "com_github_nelhage_rules_boost",
|
||||
# If you update the Boost version, remember to update the 'boost' rule.
|
||||
url = "https://github.com/nelhage/rules_boost/archive/5b53112431ef916381d6969f114727cc4f83960b.tar.gz",
|
||||
sha256 = "32080749fdb8e4015815694a5c7d009f479e5f6a4da443d262bd7f28b8bd1b55",
|
||||
url = "https://github.com/nelhage/rules_boost/archive/2613d04ab3d22dfc4543ea0a083d9adeaa0daf09.tar.gz",
|
||||
sha256 = "512f913240e026099d4ca4a98b1ce8048c99de77fdc8e8584e9e2539ee119ca2",
|
||||
patches = [
|
||||
"//thirdparty/patches:rules_boost-undefine-boost_fallthrough.patch",
|
||||
"//thirdparty/patches:rules_boost-windows-linkopts.patch",
|
||||
|
|
Loading…
Add table
Reference in a new issue