Commit 671588f
[main] turn on INSTALL_TEST (#86)
Fixes https://ontrack-internal.amd.com/browse/SWDEV-541260
Turns on
https://github.com/ROCm/builder/blob/main/manywheel/build_rocm.sh#L16 to
install binarys needed for certain test suites that are generated during
the build but not usually included in the runtime wheels. Adds about 1MB
to the wheel size
```
ethanwee@ubb4-rack-22:~$ unzip -l torch-2.7.1+rocm7.0.0.git4d586cdc-cp310-cp310-linux_x86_64.whl | grep libtorchbind_test.so
995704 2025-07-07 21:41 torch/lib/libtorchbind_test.so
```
---------
Co-authored-by: Jithun Nair <[email protected]>1 parent 43be894 commit 671588f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments