WerWolv / ImHex

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
https://imhex.werwolv.net
GNU General Public License v2.0
37.42k stars 1.64k forks source link

fix: Do not use custom repo gcc 13 for Ubuntu because it doesn't run on vanilla Ubuntu #1730

Closed iTrooz closed 4 weeks ago

iTrooz commented 4 weeks ago

See https://discord.com/channels/789833418631675954/789838296376803358/1246523033884299284 and https://github.com/WerWolv/ImHex/pull/1720

The custom repo seems to pull a more recent glibc, that vanilla Ubuntu doesn't have

It also seems like the ICE I initially encountered (see #1720) doesn't show up anymore ?