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

[CI] Fix missing deps in dev igc installation #13610

Merged
merged 10 commits into from
May 3, 2024
Merged

[CI] Fix missing deps in dev igc installation #13610

merged 10 commits into from
May 3, 2024

Commits on Apr 30, 2024

  1. [CI] Fix missing deps in dev igc installation

    All opencl tests with current dev igc installtation are failing.
    Investigation shows that we are missing libopencl-clang.
    Unfortunately dev igc deb package did not include libopencl-clang,
    and Ubuntu did not have the correct version either, apt has up to
    libopencl-clang13, while we need libopenc-clang14.
    
    So the workaround is to backup the version installed by released igc
    version, then install it back after installing dev igc.
    
    This also seperate the installation of dev igc to new step,
    so that we can always do checksum and remove force dependency option to dpkg.
    jsji committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5019766 View commit details
    Browse the repository at this point in the history
  2. Fix copy/paste error

    jsji committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b2d317c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    0dcd4d2 View commit details
    Browse the repository at this point in the history
  2. Fix the order

    jsji committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b8803d5 View commit details
    Browse the repository at this point in the history
  3. Add comments

    jsji committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e9d5594 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c3f1b1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Update igc dev

    jsji committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9e8c73e View commit details
    Browse the repository at this point in the history
  2. Update igc dev to 41e87ac

    jsji committed May 2, 2024
    Configuration menu
    Copy the full SHA
    90aa85b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a51a9a View commit details
    Browse the repository at this point in the history
  4. fix code formatting

    jsji committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4b16314 View commit details
    Browse the repository at this point in the history