Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove abi flag #18538

Merged
merged 69 commits into from
Sep 17, 2021
Merged

Remove abi flag #18538

merged 69 commits into from
Sep 17, 2021

Conversation

qicosmos
Copy link
Contributor

Why are these changes needed?

Remove the ABI flag: _GLIBCXX_USE_CXX11_ABI.

Related issue number

Checks

  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

qicosmos added 30 commits March 12, 2021 17:08
@mwtian
Copy link
Member

mwtian commented Sep 14, 2021

Still looking into why this fails.

ci/travis/ci.sh Outdated
@@ -206,8 +206,11 @@ test_cpp() {
bazel test //cpp:cluster_mode_test --test_arg=--external_cluster=true --test_arg=--redis_password="1234" \
--test_arg=--ray_redis_password="1234"

# run the cpp example
cd cpp/example && sh run.sh
# avoid abi issue.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a TODO, and explain why we need to skip this test in CI.

@@ -199,6 +199,7 @@ test_python() {
}

test_cpp() {
echo build --cxxopt="-D_GLIBCXX_USE_CXX11_ABI=0" >> ~/.bazelrc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Explain why need this

@raulchen raulchen merged commit 4af3d86 into ray-project:master Sep 17, 2021
@raulchen raulchen deleted the remove_abi_flag branch September 17, 2021 04:14
@mwtian
Copy link
Member

mwtian commented Sep 17, 2021

Thanks for this change!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants