chore(linux-reh-x86): streamline to only necessary* changes (#2471)

This commit is contained in:
Baptiste Augrain
2025-08-18 14:49:58 +02:00
committed by GitHub
parent a3bf4232ba
commit 914f0da189
4 changed files with 12 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ echo "Verifying requirements for files: ${FILES}"
for FILE in ${FILES}; do
if [[ -n "$( strings "${FILE}" | grep cxx11 | tail -n1 )" ]]; then
echo "Error: File ${FILE} has dependency on ABI ${CXXABI_VERSION} > ${EXPECTED_CXXABI_VERSION}"
echo "Error: File ${FILE} has dependency on CXX11"
exit 1
fi
done