gramineproject / gramine

A library OS for Linux multi-process applications, with Intel SGX support
GNU Lesser General Public License v3.0
606 stars 201 forks source link

[python] Fix GDB version detection to account for #2041

Closed woju closed 1 month ago

woju commented 1 month ago

Description of the changes

See commit message

How to test this PR?

cd libos/tests/regression
python3 -m pytest 

acknowledgements

Reported by @anjalirai-intel Fixes: #2038


This change is Reviewable

anjalirai-intel commented 1 month ago

@woju We tested the fix on AlmaLinux, Rockylinux and Ubuntu 22.04 distro. The fix seem to work, no libos tests regression observed