BLD: Remove redundant manylinux1 related flag in .bazelrc#53549
BLD: Remove redundant manylinux1 related flag in .bazelrc#53549aslonnie merged 2 commits intoray-project:masterfrom
manylinux1 related flag in .bazelrc#53549Conversation
|
@aslonnie The tests seem to pass. Does the diff contain intended changes? |
hi, so, on the CI, we use manylinux1 related images as build environments to build the wheels. this doc describes how one can build it manually currently: actually ray wheels are already 2014.. my bad memory.. what is the next newer version in line? |
aslonnie
left a comment
There was a problem hiding this comment.
looping in core team to have a look.
the macro GPR_MANYLINUX1 controls some part of grpc compiling to be manylinux1 compatible or not. we have stopped building for manylinux1 for quite some time.
.bazelrc
Outdated
There was a problem hiding this comment.
seems that this -DGPR_MANYLINUX* macro flag can be just removed..
Yes. That's why I asked whether the only change my PR is truly intended? Anyways so I think I would change, |
|
based on the syntax of the the entire line can be removed. parts before |
AFAIK, the latest version is |
Signed-off-by: Gagandeep Singh <gdp.1807@gmail.com>
Signed-off-by: Gagandeep Singh <gdp.1807@gmail.com>
manylinux2014 from manylinux1manylinux1 related flag in .bazelrc
The next version to use is |
|
Yes. I would suggest to stay with By the way, NumPy migrating to cc: @peytondmurray @mattip Would be great if you can chime in on this. :-). |
|
As ray may still want to run on amazon linux 2, which only supports manylinux2024 but not manylinux_2_28, perhaps it is too early still to drop support for manylinux2014. |
|
Let's stick with |
the option is only used for `manylinux1`. ray is not using manylinux1 to build things any more. --------- Signed-off-by: Gagandeep Singh <gdp.1807@gmail.com> Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
the option is only used for `manylinux1`. ray is not using manylinux1 to build things any more. --------- Signed-off-by: Gagandeep Singh <gdp.1807@gmail.com> Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
Why are these changes needed?
Related issue number
Closes #53548
Checks
git commit -s) in this PR.scripts/format.shto lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/under thecorresponding
.rstfile.