mirror of https://github.com/llvm/torch-mlir
Drop Python3.8 binary releases. Still builds from source. (#1329)
Shows low download count and we can add it back if people ask for it. Should save release artifacts space and Release build time.pull/1321/head
parent
a924de3e1a
commit
9dbe41a85c
|
@ -23,7 +23,7 @@
|
|||
#
|
||||
# Valid Python versions match a subdirectory under /opt/python in the docker
|
||||
# image. Typically:
|
||||
# cp38-cp38 cp39-cp39 cp310-cp310
|
||||
# cp39-cp39 cp310-cp310
|
||||
#
|
||||
# Valid packages:
|
||||
# torch-mlir, in-tree, out-of-tree
|
||||
|
@ -44,7 +44,7 @@ TM_RELEASE_DOCKER_IMAGE="${TM_RELEASE_DOCKER_IMAGE:-stellaraccident/manylinux201
|
|||
# ./build_tools/docker/Dockerfile
|
||||
TM_CI_DOCKER_IMAGE="${TM_CI_DOCKER_IMAGE:-powderluv/torch-mlir-ci:latest}"
|
||||
# Version of Python to use in Release builds. Ignored in CIs.
|
||||
TM_PYTHON_VERSIONS="${TM_PYTHON_VERSIONS:-cp38-cp38 cp39-cp39 cp310-cp310}"
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue