Comment on libhwasan availability in RHEL
This commit is contained in:
parent
8019968cfe
commit
4dd08040c8
1 changed files with 7 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue