File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
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 @@ -19,7 +19,8 @@ permissions:
1919
2020jobs :
2121 generate-matrix :
22- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
22+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.6
23+ test-infra-ref : release/2.6
2324 with :
2425 package-type : wheel
2526 os : linux
@@ -33,10 +34,11 @@ jobs:
3334 include :
3435 - repository : pytorch/tensordict
3536 smoke-test-script : test/smoke_test.py
36- post -script : .github/scripts/linux-post -script.sh
37+ pre -script : .github/scripts/linux-pre -script.sh
3738 package-name : tensordict
3839 name : pytorch/tensordict
39- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
40+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.6
41+ test-infra-ref : release/2.6
4042 with :
4143 repository : ${{ matrix.repository }}
4244 ref : " "
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ def get_extensions():
108108 "-O3" ,
109109 "-std=c++17" ,
110110 "-fdiagnostics-color=always" ,
111+ # "-D_GLIBCXX_USE_CXX11_ABI=0",
111112 ]
112113 }
113114 debug_mode = os .getenv ("DEBUG" , "0" ) == "1"
You can’t perform that action at this time.
0 commit comments