Installers for ROCm 5.7, Python 3.12 + Remove DEB and RPM installers (#313)
* Dockerfile update
- Python 3.12 support
* Bump version to 1.10.4
* Update docker scripts
- Support Python 3.12
- Set RETRY to 1 if less than 1
- Support ROCm 5.7
* Update scripts/build-release.sh
- Default to python 3.6-3.12 (i.e. add Python 3.12)
* Update cpack workflow
- Packaging for ROCm 5.7
- Ubuntu 20.04
- Ubuntu 22.04
- OpenSUSE 15.4
- RHEL 8.7
- RHEL 9.1
- Packaging for older ROCms (by request)
- RHEL 8.7 + ROCm 5.3
- OpenSUSE 15.3 + ROCm 5.2
- OpenSUSE 15.4 + ROCm 5.2
- OpenSUSE 15.4 + ROCm 5.3
- Remove DEB and RPM installers
- Only generate STGZ installers
* Update cpack workflow
- disable uploading DEB and RPM artifacts
[ROCm/rocprofiler-systems commit: 2e581e2a10]
This commit is contained in:
committed by
GitHub
parent
1502968c67
commit
41e9dddc74
@@ -33,7 +33,7 @@ RUN cd /tmp/dyninst && \
|
||||
shopt -s dotglob extglob && \
|
||||
rm -rf *
|
||||
|
||||
ARG PYTHON_VERSIONS="6 7 8 9 10 11"
|
||||
ARG PYTHON_VERSIONS="6 7 8 9 10 11 12"
|
||||
|
||||
RUN wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh && \
|
||||
bash miniconda.sh -b -p /opt/conda && \
|
||||
|
||||
Reference in New Issue
Block a user