Comment on libhwasan availability in RHEL

This commit is contained in:
Václav Kadlčík 2024-10-07 13:10:03 +02:00
commit 4dd08040c8

View file

@ -5,6 +5,13 @@
. /usr/share/beakerlib/beakerlib.sh || exit 1
. "${0%/*}"/../../lib/common.sh || exit 1
# Notes on libhwsan packaging in RHEL
# ===================================
#
# * system rhel-10 - ships libhwasan on aarch64 and x86_64
# * system GCCs of older RHELs do not ship any hwasan-releted RPMs
# * gts/dts 14 and older do not ship any hwasan-releted RPMs
GCC=${GCC:-$(type -P gcc)}
GCC_RPM_NAME=$(rpm --qf '%{name}' -qf "$GCC")
PRI_ARCH=$(rlGetPrimaryArch)