Skip to content

Commit db05adf

Browse files
authored
testing build linux wheels
pytorch/test-infra#5986 and pytorch/pytorch#141565 changed back to manylinux 2014 for versions of cuda/cpu, testing that this fixes the issue since hte actual error seems to be occuring in the Build the wheel step before hte post script gets run: https://github.com/pytorch/ao/actions/runs/12041427944/job/33573281510
1 parent 719440e commit db05adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/post_build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ "$CU_VERSION" == cu* ]]; then
1313
WHEEL_NAME=$(ls dist/)
1414

1515
pushd dist
16-
manylinux_plat=manylinux_2_28_x86_64
16+
manylinux_plat=manylinux2014_x86_64
1717
auditwheel repair --plat "$manylinux_plat" -w . \
1818
--exclude libtorch.so \
1919
--exclude libtorch_python.so \

0 commit comments

Comments
 (0)