Skip to content

Commit

Permalink
[ci] remove boost as a dependency (#42226)
Browse files Browse the repository at this point in the history
The current boost rule is busted in master branch: https://buildkite.com/ray-project/postmerge/builds/2404#018ce49f-f8c1-4518-9d32-868a5a4decc6/176-281. Historically, we need to separate the boost rule from com_github_nelhage_rules_boost since we need a patch. This is no longer the case since #32550.

Signed-off-by: can <can@anyscale.com>
  • Loading branch information
can-anyscale authored Jan 8, 2024
1 parent 4d779ba commit 2c1f6f2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bazel/ray_deps_setup.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,6 @@ def ray_deps_setup():
sha256 = "97e70364e9249702246c0e9444bccdc4b847bed1eb03c5a3ece4f83dfe6abc44",
)

auto_http_archive(
# This rule is used by @com_github_nelhage_rules_boost and
# declaring it here allows us to avoid patching the latter.
name = "boost",
build_file = "@com_github_nelhage_rules_boost//:BUILD.boost",
sha256 = "71feeed900fbccca04a3b4f2f84a7c217186f28a940ed8b7ed4725986baf99fa",
url = "https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.bz2",
)

auto_http_archive(
name = "com_github_nelhage_rules_boost",
# If you update the Boost version, remember to update the 'boost' rule.
Expand Down

0 comments on commit 2c1f6f2

Please sign in to comment.