lamikr / rocm_sdk_builder

Other
113 stars 8 forks source link

rocm_sdk_builder internal release version #48

Closed lamikr closed 3 weeks ago

lamikr commented 3 weeks ago

At the moment there is no way to check the SDK's release version from the build system as 4:th number in /etc/.info/version is 9999

cat /opt/rocm_sdk_611/.info/version 6.1.1-9999

This should be now 6.1.1-1 and soon we could release 6.1.1-2 as there is now much more Linux distros supported. This can be fixed in binfo/001_rocm_core.binfo by passing the BUILD_ID variable.