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

Reduce release packaging #300

Merged
merged 11 commits into from
Sep 13, 2023
Merged

Commits on Aug 11, 2023

  1. Bump version to 1.10.3

    jrmadsen committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ac49d01 View commit details
    Browse the repository at this point in the history
  2. Drop releases for ROCm < 5.3

    - ROCm is no longer providing release for Ubuntu 18.04 starting with 5.3 so omnitrace is dropping support for Ubuntu 18.04 + ROCm
    - Dropping ROCm 5.2 releases for Ubuntu 20.04
    - Dropping ROCm 5.2 releases for OpenSUSE 15.4
    jrmadsen committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9185907 View commit details
    Browse the repository at this point in the history
  3. Update redhat workflow

    - Test RedHat 9.1 + ROCm 5.5
    - Test RedHat 9.1 + ROCm 5.6
    jrmadsen committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    57634be View commit details
    Browse the repository at this point in the history
  4. Update ubuntu-focal workflow

    - drop ROCm 5.2 testing
    - add ROCm 5.6 testing
    jrmadsen committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    38a7de5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Update Findroctracer.cmake

    - provide /opt/amdgpu to HINTS/PATHS for drm and drm_amdgpu libraries
    jrmadsen committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ad56f02 View commit details
    Browse the repository at this point in the history
  2. Update Findrocprofiler.cmake

    - prefer librocprofiler64.so.1
    jrmadsen committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0d13ac1 View commit details
    Browse the repository at this point in the history
  3. Update librocprofiler64.so to librocprofiler64.so.1

    - search for the SOVERSION 1 library of librocprofiler64.so if ROCm > 5.5.0
    jrmadsen committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a2b0b58 View commit details
    Browse the repository at this point in the history
  4. Update Findrocprofiler.cmake

    - link to libpciaccess for ROCm 5.5.0
    jrmadsen committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    256950c View commit details
    Browse the repository at this point in the history
  5. Update redhat CI workflow

    - install libpciaccess for rocm CI
    jrmadsen committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f6e99d7 View commit details
    Browse the repository at this point in the history
  6. Update cpack workflow

    - Remove all RHEL 9.0 packaging
    - Remove all packaging for ROCm 5.3 on OSes supporting where releases are provided for 5.4, 5.5, and 5.6
    jrmadsen committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    cc1311d View commit details
    Browse the repository at this point in the history
  7. Update ubuntu focal workflow

    - remove rocm 5.3 jobs
    jrmadsen committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8eb6456 View commit details
    Browse the repository at this point in the history