mirror of https://github.com/llvm/torch-mlir
Fix release builds to only build release (#1333)
We were defaulting to building Release and running tests. Tests are spawned separately.pull/1338/head snapshot-20220902.584
parent
512f2d9c23
commit
234b2f2bd4
|
@ -48,7 +48,7 @@ TM_PYTHON_VERSIONS="${TM_PYTHON_VERSIONS:-cp39-cp39 cp310-cp310}"
|
|||
# Location to store Release wheels
|
||||
TM_OUTPUT_DIR="${TM_OUTPUT_DIR:-${this_dir}/wheelhouse}"
|
||||
# What "packages to build"
|
||||
TM_PACKAGES="${TM_PACKAGES:-torch-mlir out-of-tree in-tree}"
|
||||
TM_PACKAGES="${TM_PACKAGES:-torch-mlir}"
|
||||
# Use pre-built Pytorch
|
||||
TM_USE_PYTORCH_BINARY="${TM_USE_PYTORCH_BINARY:-ON}"
|
||||
# Skip running tests if you want quick iteration
|
||||
|
|
Loading…
Reference in New Issue