The DEB generator was written to parse output from GNU readelf. However, LLVM's readelf has a slightly different output format, without parentheses around the word "SONAME". Update the regex to account for this difference.
Fixes: #19362 (closed)
A Gitlab update will be applied on September 25 , between 6:30PM and 7:30PM, EDT (UTC-04:00). This site may have intermittent delays during that time.
The DEB generator was written to parse output from GNU readelf. However, LLVM's readelf has a slightly different output format, without parentheses around the word "SONAME". Update the regex to account for this difference.
Fixes: #19362 (closed)