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
They are statically linked as much as possible and this causes them to fail the elf check GNU_RELRO test, due to certain properties of the RHEL toolchain which may be addressed in future.
We thought that this error was edged triggered, and so we wouldn't need to exclude the two udev binaries from the elf check. But it seems that it is now state-triggered sometimes, so we'll start excluding the elf binaries from the elf check via our custom rpminspect.yaml file.
They are statically linked as much as possible and this causes them to fail the elf check GNU_RELRO test, due to certain properties of the RHEL toolchain which may be addressed in future.
We thought that this error was edged triggered, and so we wouldn't need to exclude the two udev binaries from the elf check. But it seems that it is now state-triggered sometimes, so we'll start excluding the elf binaries from the elf check via our custom rpminspect.yaml file.
This compiler link is supposed to be related: rust-lang/rust#86374 .
The text was updated successfully, but these errors were encountered: