Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installers for ROCm 5.7, Python 3.12 + Remove DEB and RPM installers #313

Merged
merged 6 commits into from
Oct 16, 2023

Commits on Oct 16, 2023

  1. Dockerfile update

    - Python 3.12 support
    jrmadsen committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    20a03c4 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.10.4

    jrmadsen committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8ddafd5 View commit details
    Browse the repository at this point in the history
  3. Update docker scripts

    - Support Python 3.12
    - Set RETRY to 1 if less than 1
    - Support ROCm 5.7
    jrmadsen committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e586d59 View commit details
    Browse the repository at this point in the history
  4. Update scripts/build-release.sh

    - Default to python 3.6-3.12 (i.e. add Python 3.12)
    jrmadsen committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    b3eed58 View commit details
    Browse the repository at this point in the history
  5. 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
    
    f
    jrmadsen committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    185110e View commit details
    Browse the repository at this point in the history
  6. Update cpack workflow [skip ci]

    - disable uploading DEB and RPM artifacts
    jrmadsen committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d6a03cf View commit details
    Browse the repository at this point in the history