File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
33yum update gcc
44yum update libstdc++
5+ export CXXFLAGS=" -D_GLIBCXX_USE_CXX11_ABI=1"
Original file line number Diff line number Diff line change 3333 include :
3434 - repository : pytorch/tensordict
3535 smoke-test-script : test/smoke_test.py
36- post -script : .github/scripts/linux-post -script.sh
36+ pre -script : .github/scripts/linux-pre -script.sh
3737 package-name : tensordict
3838 name : pytorch/tensordict
3939 uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ def get_extensions():
120120 "-g" ,
121121 "-std=c++17" ,
122122 "-fdiagnostics-color=always" ,
123+ "-D_GLIBCXX_USE_CXX11_ABI=1" ,
123124 ]
124125 }
125126 extra_link_args = ["-O0" , "-g" ]
You can’t perform that action at this time.
0 commit comments