Skip to content

Commit

Permalink
Add manylinux tag to r2.4 release branch (#7738)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar committed Jul 24, 2024
1 parent 813ffe5 commit f4d0333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/ansible/roles/build_srcs/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

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

Expand Down

0 comments on commit f4d0333

Please sign in to comment.