mirror of https://github.com/llvm/torch-mlir
build only Python3.9 to avoid timeout
GH runner times out when building 3.9 and 3.10 on macOS.pull/845/merge snapshot-20220513.448
parent
d872f3e2ca
commit
cfc1a6515c
|
@ -70,7 +70,7 @@ jobs:
|
||||||
TM_PACKAGE_VERSION=${{ github.event.inputs.python_package_version }}
|
TM_PACKAGE_VERSION=${{ github.event.inputs.python_package_version }}
|
||||||
printf "TORCH_MLIR_PYTHON_PACKAGE_VERSION=%s\n" $TM_PACKAGE_VERSION > ./torch_mlir_package_version
|
printf "TORCH_MLIR_PYTHON_PACKAGE_VERSION=%s\n" $TM_PACKAGE_VERSION > ./torch_mlir_package_version
|
||||||
sudo ./build_tools/python_deploy/install_macos_deps.sh
|
sudo ./build_tools/python_deploy/install_macos_deps.sh
|
||||||
TM_PYTHON_VERSIONS="3.9 3.10" ./build_tools/python_deploy/build_macos_packages.sh
|
TORCH_MLIR_PYTHON_VERSIONS="3.9" ./build_tools/python_deploy/build_macos_packages.sh
|
||||||
|
|
||||||
# If we were given a release_id, then upload the package we just built
|
# If we were given a release_id, then upload the package we just built
|
||||||
# to the github releases page.
|
# to the github releases page.
|
||||||
|
|
Loading…
Reference in New Issue