Skip to content

Commit f4d0333

Browse files
authored
Add manylinux tag to r2.4 release branch (#7738)
1 parent 813ffe5 commit f4d0333

File tree

1 file changed

+1
-1
lines changed
  • infra/ansible/roles/build_srcs/tasks

1 file changed

+1
-1
lines changed

infra/ansible/roles/build_srcs/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
- name: Build PyTorch/XLA
4646
ansible.builtin.command:
47-
cmd: python setup.py bdist_wheel
47+
cmd: python setup.py bdist_wheel -p manylinux_2_28_x86_64
4848
chdir: "{{ (src_root, 'pytorch/xla') | path_join }}"
4949
environment: "{{ env_vars }}"
5050

0 commit comments

Comments
 (0)