Skip to content

Commit d517649

Browse files
committed
Add manylinux for pytorch/xla
1 parent b052893 commit d517649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infra/ansible/roles/build_srcs/tasks

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)