lamikr / rocm_sdk_builder

Other
113 stars 8 forks source link

Add tested distribution versions to document/readme.md #44

Open lamikr opened 3 weeks ago

lamikr commented 3 weeks ago

Mageia 9, Ubuntu 23.10, Ubuntu 24.04, Fedora 39, Fedora 40, Arch Linux (which version?), Manjaro Linux (which version?), ?

MintLinux 22.04 testing/patching ongoing...

daniandtheweb commented 3 weeks ago

Arch and Manjaro are rolling releases so there's no specific version that can be used.

lamikr commented 3 weeks ago

Ok, thats good inform to know. Are you able to send what they have in /etc/os-release files?

daniandtheweb commented 3 weeks ago

Here's the full content of os-releases for Arch:

NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues"
PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
LOGO=archlinux-logo

Here's the content for /etc/lsb-release:

DISTRIB_ID="Arch"
DISTRIB_RELEASE="rolling"
DISTRIB_DESCRIPTION="Arch Linux"
daniandtheweb commented 3 weeks ago

This is the full os-releases for Manjaro:

NAME="Manjaro Linux"
PRETTY_NAME="Manjaro Linux"
ID=manjaro
ID_LIKE=arch
BUILD_ID=rolling
ANSI_COLOR="32;1;24;144;200"
HOME_URL="https://manjaro.org/"
DOCUMENTATION_URL="https://wiki.manjaro.org/"
SUPPORT_URL="https://forum.manjaro.org/"
BUG_REPORT_URL="https://docs.manjaro.org/reporting-bugs/"
PRIVACY_POLICY_URL="https://manjaro.org/privacy-policy/"
LOGO=manjarolinux

Here's the content for /etc/lsb-release:

DISTRIB_ID="ManjaroLinux"
DISTRIB_RELEASE="24.0.1"
DISTRIB_CODENAME="Wynsdey"
DISTRIB_DESCRIPTION="Manjaro Linux"

Apparently Manjaro has a release number, however the packages get released similarly to Arch so I don't know if that's very relevant.

jeroen-mostert commented 3 weeks ago

Manjaro's release number applies to the stable branch, which is not as rolling as the main Arch and Manjaro branches are. For test it's less relevant, for unstable it's basically meaningless. "Full" Manjaro support might take it into account for those folks who run Manjaro specifically to have a more stable Arch, but I doubt those are the target audience for ROCm, as GPU drivers are very much a moving target and you'll always want the latest bits.