You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] Fix missing deps in dev igc installation (#13610)
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.
0 commit comments